KristofferC / Crayons.jl

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

Precompilation warning on Julia nightly #45

Closed bkamins closed 3 years ago

bkamins commented 3 years ago

I get the following message on Julia nightly:

WARNING: Method definition Any(Union{AbstractString, Crayons.CrayonWrapper}...) in module Crayons at /home/bkamins/.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 **

on Linux:

Version 1.8.0-DEV.31 (2021-06-14)
Commit 2f1a958826
bkamins commented 3 years ago

The issue is fixed on 1.8.0-DEV.56 (2021-06-19)