-
Notifications
You must be signed in to change notification settings - Fork 91
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
[Conflict Fix] Partial Rust Enum Serialization/Deserialization Support #110
Conversation
…to support_enum_fix
I'm not exactly sure what went wrong with the build here.. |
@poros Do you know what went wrong on the build? It looks like |
I am not really sure what the first error is, perhaps something transient caused by travis? Anyways, I have re-started the build and it fails with compilation errors. Maybe you can try to run |
It looks like you just forgot to |
Co-Authored-By: Katie <codehearts@users.noreply.github.com>
@codehearts Thanks! I must have missed that when fixing merge conflicts |
Ah, now it looks like |
@codehearts I will grab this later tonight :) |
@calvinbrown085 are you still interested in this PR? It was pretty close to land! |
@poros Yes! I will grab this. |
@poros Okay I ran |
@poros Anything else here? |
Nothing else, thanks :) |
This fixes conflicts introduced here.
#60
All credit goes to @jdeschenes for implementing the original feature.