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: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/UnicodeDataModuleBuiltins.java
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/ErrorMessages.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1624,4 +1624,6 @@ public abstract class ErrorMessages {
1624
1624
publicstaticfinalTruffleStringTYPE_EXC_TB_OF_THROW_IS_DEPRECATED = tsLiteral("the (type, exc, tb) signature of throw() is deprecated, use the single-arg signature instead.");
1625
1625
publicstaticfinalTruffleStringPRECISION_TOO_LARGE = tsLiteral("precision too large");
1626
1626
publicstaticfinalTruffleStringDIM_MEMORY_HAS_NO_LENGTH = tsLiteral("0-dim memory has no length");
1627
+
publicstaticfinalTruffleStringNOT_A_DIGIT = tsLiteral("not a digit");
1628
+
publicstaticfinalTruffleStringNOT_A_DECIMAL = tsLiteral("not a decimal");
0 commit comments