Skip to content

Conversation

kovdan01
Copy link
Contributor

After introducing BooleanLiteralFolding mandatory pass in c89df9e, true and false literals in some tests were changed to 1 == 1 and 1 == 0 with a comment that literals caused crash. At this point, using literals no longer causes crashes, so switch back to using true and false in such cases.

…`1 == 0`

After introducing BooleanLiteralFolding mandatory pass in
c89df9e, true and false literals in
some tests were changed to `1 == 1` and `1 == 0` with a comment that
literals caused crash. At this point, using literals no longer causes
crashes, so switch back to using true and false in such cases.
@kovdan01
Copy link
Contributor Author

Tagging @asl

@kovdan01 kovdan01 marked this pull request as ready for review November 21, 2024 08:40
@kovdan01 kovdan01 marked this pull request as draft November 21, 2024 09:31
@asl asl added the AutoDiff label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants