ConstructionBase.jl icon indicating copy to clipboard operation
ConstructionBase.jl copied to clipboard

Module overwrite warnings during precompilation

Open KristofferC opened this issue 1 year ago • 2 comments

┌ ConstructionBaseExtras
│  WARNING: Method definition constructorof(Type{var"#s1"} where var"#s1"<:(IntervalSets.Interval{L, R, T} where T)) where {L, R} 
in module ConstructionBaseIntervalSetsExt at 
/home/pkgeval/.julia/packages/ConstructionBase/m8TfI/ext/ConstructionBaseIntervalSetsExt.jl:6 overwritten in module ConstructionBaseExtras 
at /home/pkgeval/.julia/packages/ConstructionBaseExtras/cy4E1/src/intervalsets.jl:3.

KristofferC avatar Apr 22 '24 09:04 KristofferC

ConstructionBaseExtras.jl is obsolete now that we have those extensions. So probably the problem is some package (maybe even one of mine like ModelParameters.jl ?) still depending on it, even just for tests.

rafaqz avatar Apr 22 '24 09:04 rafaqz

I saw it in this log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/bdc7fb7_vs_bd47eca/Accessors.primary.log

KristofferC avatar Apr 22 '24 12:04 KristofferC