-
Notifications
You must be signed in to change notification settings - Fork 123
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
Problems with round tripping untagged unions. #530
Comments
Thanks for reaching out, @Eh2406. On the last version, it seems that this is now working. Could you try your code with version |
Thank you for the fast response. I will give it a try as soon as I have a chance. I have a larger test case set up on my work computer, so may not get to it until Monday. |
Yes the larger case also passed with |
I was trying to debug a mysterious issue while investigating a bug. My implementations of serialize and deserialize were complicated but look like they should match. After extensive investigation I discovered that if I used
serde_json
they did match, but when I usedron
they did not. I was able to reduce the input to this playground which usesserde_json
and passes. Unfortunatelyron
is not available on playground, but this test fails running locally:Is this a bug? Is there a known workaround?
The text was updated successfully, but these errors were encountered: