simonster / Reexport.jl

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

Make example code consistent with README #6

Closed henripal closed 7 years ago

henripal commented 7 years ago

The initial description of the package is "Maybe you have a module X that depends on module Y and you want using X to pull in all of the symbols from Y..." but the code example had a module Y that depended on module X, which was a little misleading.

simonster commented 7 years ago

Thanks.

codecov-io commented 7 years ago

Codecov Report

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

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  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 504e592...f799669. Read the comment docs.