milankl / BitInformation.jl

Information between bits and bytes.
MIT License
33 stars 3 forks source link

Method definition triggers warning in precompilation #41

Closed milankl closed 1 year ago

milankl commented 2 years ago
[ Info: Precompiling BitInformation [de688a37-743e-4ac2-a6f0-bd62414d1aa7]
WARNING: Method definition (::Type{Base.BitArray{N} where N})(AbstractArray{T, N} where N) where {T} in module Base at bitarray.jl:503 overwritten in module BitInformation at /Users/milan/.julia/packages/BitInformation/VpaaY/src/bitarray.jl:1.
  ** incremental compilation may be fatally broken for this module **
milankl commented 2 years ago

Also adressed with #43