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

compiler: implement short-circuiting with complex conditions #701

Closed
fyrchik opened this issue Feb 28, 2020 · 1 comment
Closed

compiler: implement short-circuiting with complex conditions #701

fyrchik opened this issue Feb 28, 2020 · 1 comment
Assignees
Labels
compiler Go smart contract compiler
Milestone

Comments

@fyrchik
Copy link
Contributor

fyrchik commented Feb 28, 2020

See #699, #700 .

We need to handle bool expressions of any depth in any context (assignment, if, for, switch etc.).

@fyrchik
Copy link
Contributor Author

fyrchik commented Feb 29, 2020

Closed via #700 . (yes, the name of the PR is a bit confusing).

@roman-khimov roman-khimov added this to the v0.74.0 milestone Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Go smart contract compiler
Projects
None yet
Development

No branches or pull requests

2 participants