JuliaData / FlatBuffers.jl

A pure Julia implementation of google flatbuffers
https://juliadata.github.io/FlatBuffers.jl/stable
Other
43 stars 14 forks source link

Update to julia 0.7 #27

Closed davidanthoff closed 6 years ago

davidanthoff commented 6 years ago

Drops 0.6 support, and fixes the remaining deprecation warnings on 0.7.

codecov[bot] commented 6 years ago

Codecov Report

Merging #27 into master will increase coverage by 10.42%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #27       +/-   ##
===========================================
+ Coverage   87.22%   97.65%   +10.42%     
===========================================
  Files           3        3               
  Lines         415      298      -117     
===========================================
- Hits          362      291       -71     
+ Misses         53        7       -46
Impacted Files Coverage Δ
src/FlatBuffers.jl 99.12% <100%> (+22.93%) :arrow_up:
src/macros.jl 95.71% <100%> (+4.4%) :arrow_up:
src/internals.jl 97.36% <0%> (+0.59%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4920667...3c4aa6a. Read the comment docs.

davidanthoff commented 6 years ago

Thanks!