JuliaTeX / TreeView.jl

Draw Julia syntax trees as a graph
Other
82 stars 15 forks source link

Julia 0.7-beta2 fixes #10

Closed tawheeler closed 6 years ago

tawheeler commented 6 years ago

Update TreeView for Julia 0.7-beta2.

Drops support for 0.5 and 0.6, though this is common for 0.7 updates. Should have no changes in terms of package use and operation.

codecov-io commented 6 years ago

Codecov Report

Merging #10 into master will increase coverage by 13.06%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #10       +/-   ##
========================================
+ Coverage   84.93%   98%   +13.06%     
========================================
  Files           4     3        -1     
  Lines          73    50       -23     
========================================
- Hits           62    49       -13     
+ Misses         11     1       -10
Impacted Files Coverage Δ
src/TreeView.jl 100% <ø> (ø) :arrow_up:
src/dag.jl 97.22% <ø> (+6.31%) :arrow_up:
src/tree.jl 100% <ø> (ø) :arrow_up:
src/display.jl

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 1f40e0f...ae24396. Read the comment docs.

dpsanders commented 6 years ago

Thanks!

tawheeler commented 6 years ago

Thank you - if you could make a new release for METADATA that'd be perfect.

edit: Actually, now that I have repo access I can do that.

dpsanders commented 6 years ago

Yes please feel free ;)