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
main
Issue #286 also occurs for the and and or operators inside an atomic proposition in a temporal requirement.
and
or
Thanks to Daniel Genin for the original report.
Code like the following is miscompiled into 3 AtomicProposition nodes instead of 1 (visible using --dump-python):
AtomicProposition
--dump-python
require eventually all(True and False for _ in range(2))
The text was updated successfully, but these errors were encountered:
Eric-Vin
Successfully merging a pull request may close this issue.
System Details
main
branch (5f134ad)Detailed Description
Issue #286 also occurs for the
and
andor
operators inside an atomic proposition in a temporal requirement.Thanks to Daniel Genin for the original report.
Steps To Reproduce
Code like the following is miscompiled into 3
AtomicProposition
nodes instead of 1 (visible using--dump-python
):Issue Submission Checklist
The text was updated successfully, but these errors were encountered: