JuliaIO / ProtoBuf.jl

Julia protobuf implementation
Other
205 stars 55 forks source link

Support reserved fields in enums #205

Closed Drvi closed 2 years ago

Drvi commented 2 years ago

Not sure how I managed to miss that enums can have reserved fields, but here we are:)

codecov[bot] commented 2 years ago

Codecov Report

Merging #205 (09497a9) into master (52ab55d) will decrease coverage by 0.22%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #205      +/-   ##
==========================================
- Coverage   89.04%   88.82%   -0.23%     
==========================================
  Files          25       25              
  Lines        2774     2782       +8     
==========================================
+ Hits         2470     2471       +1     
- Misses        304      311       +7     
Impacted Files Coverage Δ
src/codegen/metadata_methods.jl 96.66% <100.00%> (-1.04%) :arrow_down:
src/codegen/toplevel_definitions.jl 96.40% <100.00%> (+0.02%) :arrow_up:
src/parsing/proto_types.jl 91.22% <100.00%> (+0.48%) :arrow_up:
src/codegen/CodeGenerators.jl 86.66% <0.00%> (-2.23%) :arrow_down:
src/parsing/proto_options.jl 88.05% <0.00%> (-1.50%) :arrow_down:
src/codegen/modules.jl 87.57% <0.00%> (-1.19%) :arrow_down:
src/lexing/Lexers.jl 86.96% <0.00%> (-0.50%) :arrow_down:

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