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
File lib/InstanceInMode.lf instantiates a reactor inside a mode:
lib/InstanceInMode.lf
target C reactor U { reaction(startup) {==} } reactor B { reaction(startup) {==} initial mode A { u = new U() } }
File ImportInstanceInMode.lf imports the outer reactor:
ImportInstanceInMode.lf
target C { timeout: 0s } import B from "lib/InstanceInMode.lf" main reactor { b = new B() }
Compiling this program triggers a null-pointer exception.
The text was updated successfully, but these errors were encountered:
This is fixed in PR #2270.
Sorry, something went wrong.
edwardalee
Successfully merging a pull request may close this issue.
File
lib/InstanceInMode.lf
instantiates a reactor inside a mode:File
ImportInstanceInMode.lf
imports the outer reactor:Compiling this program triggers a null-pointer exception.
The text was updated successfully, but these errors were encountered: