You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OMCompiler/Compiler/Util/Error.mo
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1137,6 +1137,8 @@ public constant ErrorTypes.Message NOTIFY_PKG_ALREADY_INSTALLED = ErrorTypes.MES
1137
1137
Gettext.gettext("%s %s is already installed, skipping."));
1138
1138
public constant ErrorTypes.MessageREINIT_IN_ALGORITHM=ErrorTypes.MESSAGE(618, ErrorTypes.TRANSLATION(), ErrorTypes.ERROR(),
1139
1139
Gettext.gettext("Operator reinit may not be used in an algorithm section (use translation flag --allowNonStandardModelica=reinitInAlgorithms to ignore)."));
1140
+
public constant ErrorTypes.MessageHIDE_RESULT_NOT_EVALUATED=ErrorTypes.MESSAGE(619, ErrorTypes.TRANSLATION(), ErrorTypes.WARNING(),
1141
+
Gettext.gettext("Ignoring the hideResult annotation on '%s' which could not be evaluated, probably due to missing annotation(Evaluate=true)."));
1140
1142
1141
1143
public constant ErrorTypes.MessageMATCH_SHADOWING=ErrorTypes.MESSAGE(5001, ErrorTypes.TRANSLATION(), ErrorTypes.ERROR(),
1142
1144
Gettext.gettext("Local variable '%s' shadows another variable."));
// messages = "LOG_SUCCESS | info | The initialization finished successfully without homotopy method.
98
98
// LOG_SUCCESS | info | The simulation finished successfully.
99
99
// "
100
100
// end SimulationResult;
101
-
// "Warning: The hideResult annotation could not be evaluated, probably due to missing annotation(Evaluate=true). It is removed.
101
+
// "[<interactive>:5:3-5:55:writable] Warning: Ignoring the hideResult annotation on 'b' which could not be evaluated, probably due to missing annotation(Evaluate=true).
0 commit comments