-
Notifications
You must be signed in to change notification settings - Fork 8
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
Constraints inside list, map and union is not checked #491
Labels
soundness
Bugs that cause the generated code to compute the wrong value or crash
Comments
This was referenced Jul 25, 2024
#485 is an example of tests that need to pass for this to work |
This was referenced Jul 30, 2024
This was referenced Aug 7, 2024
robin-aws
added
the
soundness
Bugs that cause the generated code to compute the wrong value or crash
label
Aug 12, 2024
This was referenced Aug 21, 2024
Closed
This was referenced Sep 6, 2024
Note that the implementation for Rust (#582) will also be affected. |
This was referenced Sep 13, 2024
Merged
This was referenced Sep 23, 2024
This was referenced Sep 27, 2024
This was referenced Nov 1, 2024
This was referenced Nov 14, 2024
Closed
This was referenced Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we generate code for .NET and Java, it does not generate code to check for constraints inside list, map and union (Only .NET for union). Because of this, this PR is failing. Example of Failure:
The text was updated successfully, but these errors were encountered: