You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A rare case that we haven't seen, but should support because kube supports it, and it makes unit testing easier (no need to wrap enums in structs to check their output). Came out of #100
There is a test for this top_level_enum_with_integers which is currently #[ignore]d because of this bug.
We should handle enum members at the top level like we do for struct members.
The text was updated successfully, but these errors were encountered:
A rare case that we haven't seen, but should support because kube supports it, and it makes unit testing easier (no need to wrap enums in structs to check their output). Came out of #100
There is a test for this
top_level_enum_with_integers
which is currently#[ignore]
d because of this bug.We should handle enum members at the top level like we do for struct members.
The text was updated successfully, but these errors were encountered: