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

Forbid wildcards in binary expressions #8110

Merged
merged 1 commit into from
Mar 16, 2017

Conversation

jsternberg
Copy link
Contributor

@jsternberg jsternberg commented Mar 8, 2017

When rewriting fields, wildcards within binary expressions were skipped.
This now throws an error whenever it finds a wildcard within a binary
expression in order to prevent the panic that occurs.

Fixes #8064.

@jwilder jwilder added this to the 1.3.0 milestone Mar 8, 2017
@e-dard e-dard self-requested a review March 15, 2017 17:18
@jsternberg jsternberg force-pushed the js-8064-forbid-wildcard-in-binary-expr branch from 4f1f214 to 42de18f Compare March 15, 2017 20:23
When rewriting fields, wildcards within binary expressions were skipped.
This now throws an error whenever it finds a wildcard within a binary
expression in order to prevent the panic that occurs.
@jsternberg jsternberg force-pushed the js-8064-forbid-wildcard-in-binary-expr branch from 42de18f to 5072db4 Compare March 16, 2017 19:26
@jsternberg jsternberg merged commit 97a4664 into master Mar 16, 2017
@jsternberg jsternberg deleted the js-8064-forbid-wildcard-in-binary-expr branch March 16, 2017 19:46
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.

3 participants