From c134cd7e675781e0494c162c186bc45339c4f9d5 Mon Sep 17 00:00:00 2001 From: paulklint Date: Mon, 7 Oct 2024 22:32:46 +0200 Subject: [PATCH] Made message in buildLogical2physical more neutral --- src/analysis/typepal/Collector.rsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analysis/typepal/Collector.rsc b/src/analysis/typepal/Collector.rsc index 272727c..910e392 100644 --- a/src/analysis/typepal/Collector.rsc +++ b/src/analysis/typepal/Collector.rsc @@ -965,7 +965,7 @@ Collector newCollector(str modelName, map[str,Tree] namedTrees, TypePalConfig co my_physical2logical = invertUnique(logical2physical); } catch MultipleKey(value key, value first, value second):{ where = loc l := key ? l : |unknown:///|; - messages += error("Probably some tpl files are outdated, please clean project", where); + messages += error("Mapping from physical to logical locations is not unique; remove outdated information and try again", where); return (); } for(Define def <- defines){