Skip to content
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

Merged
merged 66 commits into from
Aug 17, 2022
Merged

ProtoBuf 1.0.0 #202

merged 66 commits into from
Aug 17, 2022

Conversation

Drvi
Copy link
Member

@Drvi Drvi commented Aug 16, 2022

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 Services and RPCs, 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

@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #202 (79f2eaf) into master (cc927db) will increase coverage by 20.06%.
The diff coverage is 89.16%.

@@             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     
Impacted Files Coverage Δ
src/precompile.jl 0.00% <0.00%> (ø)
src/lexing/Tokens.jl 60.00% <60.00%> (ø)
src/lexing/enums.jl 60.00% <60.00%> (ø)
src/parsing/Parsers.jl 70.00% <70.00%> (ø)
src/ProtoBuf.jl 75.00% <75.00%> (-25.00%) ⬇️
src/codegen/utils.jl 75.78% <75.78%> (ø)
src/parsing/utils.jl 80.95% <80.95%> (ø)
src/codec/encoded_size.jl 81.81% <81.81%> (ø)
src/codec/decode.jl 86.44% <86.44%> (ø)
src/lexing/Lexers.jl 87.45% <87.45%> (ø)
... and 16 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@quinnj quinnj left a 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!

@Drvi
Copy link
Member Author

Drvi commented Aug 17, 2022

Thanks, @quinnj! @tanmaykm, are you also ok with this merge?

@tanmaykm
Copy link
Member

Thanks @Drvi and @quinnj! Sure, let's merge this.

@Drvi
Copy link
Member Author

Drvi commented Aug 17, 2022

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.

@quinnj
Copy link
Member

quinnj commented Aug 17, 2022

I've added you as an admin @Drvi; merge away!

@Drvi Drvi merged commit dd4ca56 into JuliaIO:master Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open to package overhaul?
3 participants