We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build is broken after the commits in #714
Run mvn with tests
Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.44 sec <<< FAILURE! - in org.overture.codegen.tests.other.UnsupportedJavaCodeGenTest test22: src/test/resources/unsupported/SetPatternInSetComp.vdmpp Time elapsed: 0.054 sec <<< ERROR! java.lang.NullPointerException at org.overture.codegen.tests.other.UnsupportedJavaCodeGenTest.genData(UnsupportedJavaCodeGenTest.java:123) at org.overture.codegen.tests.other.UnsupportedJavaCodeGenTest.test(UnsupportedJavaCodeGenTest.java:80)
The content of the problematic file, src/test/resources/unsupported/SetPatternInSetComp.vdmpp file:
class Entry
operations public Run: () ==> set of int Run() == return { x | {x} in set { {1}, {2} } & true };
end Entry
The text was updated successfully, but these errors were encountered:
Revert "Merge pull request #714 from SamieJim/js/ir"
908057e
This reverts commit 87e8945, reversing changes made to 51351ae. Those commits break the javagen tests according to issue #718
No branches or pull requests
Description
Build is broken after the commits in #714
Steps to Reproduce
Run mvn with tests
Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.44 sec <<< FAILURE! - in org.overture.codegen.tests.other.UnsupportedJavaCodeGenTest
test22: src/test/resources/unsupported/SetPatternInSetComp.vdmpp Time elapsed: 0.054 sec <<< ERROR!
java.lang.NullPointerException
at org.overture.codegen.tests.other.UnsupportedJavaCodeGenTest.genData(UnsupportedJavaCodeGenTest.java:123)
at org.overture.codegen.tests.other.UnsupportedJavaCodeGenTest.test(UnsupportedJavaCodeGenTest.java:80)
The content of the problematic file,
src/test/resources/unsupported/SetPatternInSetComp.vdmpp file:
class Entry
operations
public Run: () ==> set of int
Run() == return { x | {x} in set { {1}, {2} } & true };
end Entry
The text was updated successfully, but these errors were encountered: