This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 174
[Bug] Failed to deserialize a enum inside a tagged enum. #378
Comments
danieldk
added a commit
to tensordot/syntaxdot
that referenced
this issue
Oct 15, 2023
We are running into this issue: dtolnay/serde-yaml#378
danieldk
added a commit
to tensordot/syntaxdot
that referenced
this issue
Oct 15, 2023
We are running into this issue: dtolnay/serde-yaml#378
bors bot
pushed a commit
to infinyon/fluvio
that referenced
this issue
Nov 2, 2023
Added cascade deletion for local metadata. Also, fixed a bug with deserialization failure for nested enums if the outer enum is tagged. More details here dtolnay/serde-yaml#378. Fixed by removing external tagging for versioned spec and added unit-tests that cover this case. Also fixes #3632
bors bot
pushed a commit
to infinyon/fluvio
that referenced
this issue
Nov 2, 2023
Added cascade deletion for local metadata. Also, fixed a bug with deserialization failure for nested enums if the outer enum is tagged. More details here dtolnay/serde-yaml#378. Fixed by removing external tagging for versioned spec and added unit-tests that cover this case. Also fixes #3632
bors bot
pushed a commit
to infinyon/fluvio
that referenced
this issue
Nov 3, 2023
Added cascade deletion for local metadata. Also, fixed a bug with deserialization failure for nested enums if the outer enum is tagged. More details here dtolnay/serde-yaml#378. Fixed by removing external tagging for versioned spec and added unit-tests that cover this case. Also fixes #3632
vrrashkov
pushed a commit
to vrrashkov/fluvio
that referenced
this issue
Nov 3, 2023
Added cascade deletion for local metadata. Also, fixed a bug with deserialization failure for nested enums if the outer enum is tagged. More details here dtolnay/serde-yaml#378. Fixed by removing external tagging for versioned spec and added unit-tests that cover this case. Also fixes infinyon#3632
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
The above code failed with output:
This bug is introduced in version 0.9. Maybe it has something to do with
!tag
syntax.Related: #344
The text was updated successfully, but these errors were encountered: