JuliaData / Missings.jl

Missing value support for Julia
Other
72 stars 19 forks source link

Precompilation failure on Julia nightly #134

Closed bkamins closed 3 years ago

bkamins commented 3 years ago

I get the following warning:

WARNING: Method definition (::Missings.PassMissing{F})(Any...) where {F} in module Missings at /home/bkamins/.julia/packages/Missings/sx5js/src/Missings.jl:192 overwritten on the same line (check for duplicate calls to `include`).
  ** incremental compilation may be fatally broken for this module **

WARNING: Method definition (::Missings.PassMissing{F})(Any) where {F} in module Missings at /home/bkamins/.julia/packages/Missings/sx5js/src/Missings.jl:184 overwritten on the same line (check for duplicate calls to `include`).
  ** incremental compilation may be fatally broken for this module **

on current Julia nightly ( 1.8.0-DEV.31 (2021-06-14), Commit 2f1a958826

@nalimilan - do you know what could cause this?

nalimilan commented 3 years ago

Maybe a Julia bug with generated functions? Probably worth reporting.

bkamins commented 3 years ago

I have the same in https://github.com/KristofferC/Crayons.jl/issues/45. Who do you think we should report to?

bkamins commented 3 years ago

Fixed on 1.8.0-DEV.56 (2021-06-19)