simonster / Reexport.jl

Julia macro for re-exporting one module from another
Other
161 stars 19 forks source link

add Project.toml #15

Closed oxinabox closed 4 years ago

oxinabox commented 6 years ago

I was debugging something in 0.7. (It was it was not related to Reexport.jl in the end) Debugging things in 0.7 is nicer if you have a Project.toml. This adds that.

ararslan commented 6 years ago

https://travis-ci.org/simonster/Reexport.jl/jobs/396263574#L449

oxinabox commented 6 years ago

Ah right. Need to not PKG.clone in 0.7

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #15   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           9      9           
=====================================
  Hits            9      9

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 1b73488...8b3a1c2. Read the comment docs.

ararslan commented 4 years ago

Superseded by #19.