Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Make error-message shorter #1912

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Compiler/Util/Error.mo
Expand Up @@ -908,7 +908,7 @@ public constant Message EQN_NO_SPACE_TO_SOLVE = MESSAGE(581, SYMBOLIC(), WARNING
public constant Message VAR_NO_REMAINING_EQN = MESSAGE(582, SYMBOLIC(), WARNING(),
Util.gettext("Variable %s does not have any remaining equation to be solved in.\n The original equations were:%s"));
public constant Message MOVING_PARAMETER_BINDING_TO_INITIAL_EQ_SECTION = MESSAGE(582, TRANSLATION(), NOTIFICATION(),
Util.gettext("Moving binding to equation section and setting fixed attribute of %s to false. This is done to work around a compiler design flaw (there is no good way to represent bindings that span multiple variables)."));
Util.gettext("Moving binding to initial equation section and setting fixed attribute of %s to false."));

public constant Message MATCH_SHADOWING = MESSAGE(5001, TRANSLATION(), ERROR(),
Util.gettext("Local variable '%s' shadows another variable."));
Expand Down