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: Compiler/Util/Error.mo
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -760,6 +760,8 @@ public constant Message CONNECT_ARRAY_SIZE_ZERO = MESSAGE(548, TRANSLATION(), WA
760
760
Util.gettext("Ignoring connection of array components having size zero: %s and %s."));
761
761
public constant MessageILLEGAL_RECORD_COMPONENT=MESSAGE(549, TRANSLATION(), WARNING(),
762
762
Util.gettext("Ignoring record component:\n%swhen building record the constructor. Records are allowed to contain only components of basic types, arrays of basic types or other records."));
763
+
public constant MessageEQ_WITHOUT_TIME_DEP_VARS=MESSAGE(550, SYMBOLIC(), ERROR(),
764
+
Util.gettext("Found equation without time-dependent variables: %s = %s"));
763
765
764
766
public constant MessageMATCH_SHADOWING=MESSAGE(5001, TRANSLATION(), ERROR(),
765
767
Util.gettext("Local variable '%s' shadows another variable."));
0 commit comments