Closed
Description
Working on a locally developed package where I have an error during my __init__
function:
julia> using Flate, Test, Flate.GoTypes
[ Info: Precompiling Flate [9093563c-7325-43a3-bc6a-59ea82c1fd16]
ERROR: InitError: UndefVarError: `min` not defined
Stacktrace:
[1] init(h::Flate.HuffmanDecoder, lengths::Flate.GoTypes.Go.Slice{Int64})
@ Flate ~/.julia/compiled/v1.10/Flate/dVx3G_ADVEb.dylib:-1
during initialization of module Flate
With the problem being @ Flate ~/.julia/compiled/v1.10/Flate/dVx3G_ADVEb.dylib:-1
where I don't have a file + line of where the error is happening. Can produce the local package setup if that's helpful.