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 double desugaring in array comps #291

Merged

Conversation

sbarzowski
Copy link
Collaborator

Accidentally the array we were iterating over was desugared
two times, which resulted in crash when an object was there.

Accidentally the array we were iterating over was desugared
two times, which resulted in crash when an object was there.
@sbarzowski
Copy link
Collaborator Author

@seh it should fix your problem reported in #290.

@sm-gravid-day It's very likely that that it's the same issue as the crash reported here google/jsonnet#674.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 77.343% when pulling 76e742e on sbarzowski:fix-double-desugaring-of-array-comps into 3ad064e on google:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants