Skip to content

Commit

Permalink
Made message in buildLogical2physical more neutral
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 7, 2024
1 parent 701d667 commit c134cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/typepal/Collector.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit c134cd7

Please sign in to comment.