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

Ternary Conditionals Panic #647

Closed
jcdickinson opened this issue Aug 20, 2020 · 0 comments · Fixed by #635
Closed

Ternary Conditionals Panic #647

jcdickinson opened this issue Aug 20, 2020 · 0 comments · Fixed by #635
Labels
bug Something isn't working execution Issues or PRs related to code execution
Milestone

Comments

@jcdickinson
Copy link
Contributor

Describe the bug

Ternary expressions (condition ? when_true : when_false) panic.

To Reproduce
Steps to reproduce the issue, or JavaScript code that causes this failure.

true ? 100 : 50

Expected behavior

Ternary conditionals don't panic.

@jcdickinson jcdickinson added the bug Something isn't working label Aug 20, 2020
@Razican Razican added the execution Issues or PRs related to code execution label Aug 20, 2020
@Razican Razican added this to the v0.10.0 milestone Aug 20, 2020
@Razican Razican linked a pull request Aug 20, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working execution Issues or PRs related to code execution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants