KristofferC / Crayons.jl

Colored and styled strings for terminals.
Other
150 stars 14 forks source link

precompile warning on 1.7.0-beta and master #46

Closed Roger-luo closed 3 years ago

Roger-luo commented 3 years ago

currently precompile gives the following warning of this package

WARNING: Method definition Any(Union{AbstractString, Crayons.CrayonWrapper}...) in module Crayons at /home/roger/.julia/packages/Crayons/7tJDU/src/crayon_wrapper.jl:6 overwritten on the same line (check for duplicate calls to `include`).
  ** incremental compilation may be fatally broken for this module **
KristofferC commented 3 years ago

Julia bug, should be fixed.