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

Handle null being provided to type when we do an optimized anyOf check #33

Open
mwildehahn opened this issue Feb 10, 2020 · 0 comments
Open

Comments

@mwildehahn
Copy link

mwildehahn commented Feb 10, 2020

We try and optimize anyOf checks for types that all have a specific string field that acts like an enum. This optimized check isn't handling if that provided value is given as null here:

->addAssignment('$type_name', '($typed[$key] ?? null) as nonnull', HackBuilderValues::literal())
.

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

No branches or pull requests

1 participant