Skip to content
New issue

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

Eval boolean operations #1056

Open
sobolevn opened this issue Dec 5, 2019 · 0 comments
Open

Eval boolean operations #1056

sobolevn opened this issue Dec 5, 2019 · 0 comments
Labels
feature New feature or request help wanted Extra attention is needed level:advanced Needs a lot of care

Comments

@sobolevn
Copy link
Member

sobolevn commented Dec 5, 2019

We need to eval things we can.

This issue is about working with booleans.
For example: True and False is False, we can easily find this out.
But, True and False is not semantically the same as False, because False is ast.NameConst and True and False is ast.BinOp

That's why evaluating booleans will give us new potential to find new bugs.

Related: #1009

@sobolevn sobolevn added feature New feature or request help wanted Extra attention is needed level:advanced Needs a lot of care labels Dec 5, 2019
@sobolevn sobolevn added this to the Version 0.15 milestone Dec 5, 2019
@sobolevn sobolevn modified the milestones: Version 0.16, Version 0.15 aka New runtime Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed level:advanced Needs a lot of care
Projects
None yet
Development

No branches or pull requests

1 participant