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

Fix compiler crash when '+' signal is true in a field declaration inside a list comprehension #98

Conversation

edsilfer
Copy link
Contributor

@edsilfer edsilfer commented Nov 6, 2020

What changes are proposed in this pull request?

This PR fixes issue 92 by changing the pattern match to match the '+' value to either true or false.

How is this tested?

  • A new unit test with a reproducible scenario of the issue
  • ./mill "sjsonnet[2.13.3].jvm.test.testLocal"

@edsilfer edsilfer merged commit 1e87561 into master Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile error
3 participants