-
Notifications
You must be signed in to change notification settings - Fork 57
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
ProtoBuf 1.0.0 #202
ProtoBuf 1.0.0 #202
Conversation
Rudimentary decoding codegen an codecs
* Make struct fields nullable by default (with an override) * Fix enum codegen test
Co-authored-by: Jacob Quinn <[email protected]> Co-authored-by: Jacob Quinn <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #202 +/- ##
===========================================
+ Coverage 69.10% 89.16% +20.06%
===========================================
Files 19 25 +6
Lines 2690 2770 +80
===========================================
+ Hits 1859 2470 +611
+ Misses 831 300 -531
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Drvi! This looks great!
I don't yet have the permissions necessary to merge PRs so, please, could you do the honors, @tanmaykm?:) And if possible, make me the owner of this repo, I need to set up Documenter secrets. |
I've added you as an admin @Drvi; merge away! |
closes #201
As mentioned in #201, this is a complete rewrite of the package, it does not quite reach feature parity with the current master, most noticeably we currently lack the ability to generate code for
Service
s andRPC
s, we do hope to fix that in the near future. The version bump to 1.0.0 is certainly to signal a breaking change and not maturity:)Since this is a complete rewrite from scratch and we'll be happy to take over the maintenance of this package once this is merged, I've updated the
LICENSE.md
file accordingly, please let me know if you are agree with the proposed changes.A believe this this change should fix some of the open issues:
cc: @quinnj