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
CRS does not currently support the String signature.
The following Alloy specification sig MyString in String {}
throws java.lang.Exception: java.lang.NullPointerException at edu.uiowa.alloy2smt.translators.SignatureTranslator.translateSigSubsetParent(SignatureTranslator.java:309) ...
The following Alloy specification sig A { s: String }
throws java.lang.Exception: java.lang.UnsupportedOperationException at edu.uiowa.alloy2smt.translators.ExprUnaryTranslator.translateNoop(ExprUnaryTranslator.java:115) ...
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Describe the bug
CRS does not currently support the String signature.
The following Alloy specification
sig MyString in String {}
throws
java.lang.Exception: java.lang.NullPointerException at edu.uiowa.alloy2smt.translators.SignatureTranslator.translateSigSubsetParent(SignatureTranslator.java:309) ...
The following Alloy specification
sig A { s: String }
throws
java.lang.Exception: java.lang.UnsupportedOperationException at edu.uiowa.alloy2smt.translators.ExprUnaryTranslator.translateNoop(ExprUnaryTranslator.java:115) ...
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Copied from philippemerle#4.
The text was updated successfully, but these errors were encountered: