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 incorrect behavior in lenient tagged union decoders #1620

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

msosnicki
Copy link
Contributor

@msosnicki msosnicki commented Nov 8, 2024

PR Checklist (not all items are relevant to all PRs)

fixes #1617

  • Added unit-tests (for runtime code)
  • Added bootstrapped code + smoke tests (when the rendering logic is modified)
  • Added build-plugins integration tests (when reflection loading is required at codegen-time)
  • Added alloy compliance tests (when simpleRestJson protocol behaviour is expanded/updated)
  • Updated dynamic module to match generated-code behaviour
  • Added documentation
  • Updated changelog

@msosnicki msosnicki marked this pull request as ready for review November 8, 2024 13:10
@kubukoz kubukoz merged commit e369dd4 into disneystreaming:series/0.18 Nov 8, 2024
11 checks passed
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.

Enabling lenient union decoding changes the error message
3 participants