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

Compilers do not handle side-effects in select expression labels #122

Closed
mihaibudiu opened this issue Oct 28, 2016 · 0 comments · Fixed by #2259
Closed

Compilers do not handle side-effects in select expression labels #122

mihaibudiu opened this issue Oct 28, 2016 · 0 comments · Fixed by #2259
Labels
bug This behavior is unintended and should be fixed. fixed This topic is considered to be fixed.

Comments

@mihaibudiu
Copy link
Contributor

The spec allows side-effects in select labels, but all our examples use constant labels.
Handling multiple side-effects in the right order will require some compiler support.

@mihaibudiu mihaibudiu added the bug This behavior is unintended and should be fixed. label Apr 7, 2017
@mihaibudiu mihaibudiu added the fixed This topic is considered to be fixed. label Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This behavior is unintended and should be fixed. fixed This topic is considered to be fixed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant