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
No description provided.
The text was updated successfully, but these errors were encountered:
@surli do you remember what you meant? could we close this one?
Sorry, something went wrong.
In Nopol we should not use NopolResult as a field, it should be stateless regarding the result and create it only when calling build() method.
could we close this one?
No. It's not fixed yet.
We pass the NopolContext to the constructor. Since, there is a one-to-one mapping between NopolContext and NopolResult, I don't see a problem here.
You can create as many Nopol objects as you need (until recently there was a problem with a static field currentStatement but this has been removed).
currentStatement
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: