-
Notifications
You must be signed in to change notification settings - Fork 224
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
Mask with unions #803
Comments
@ianstormtaylor I believe the behavior mentioned above is actually a bugreport. Just prepared a failing test case for it independently, and then found the current issue reported:
|
@ianstormtaylor - I've just fixed it and submitted a PR here: #1196 |
Resolved in 2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to make
mask
work withunion
? I'd like to define only one parser that I could use to:I know I could use
type()
instead ofobject()
but that would essentially require defining two parsers for the whole huge object tree.Here's the minimal use case:
The text was updated successfully, but these errors were encountered: