You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had once forgotten to add the second type parameter but I was met with a stack overflow:
julia> FixedDecimal{Int8}(5)
ERROR: StackOverflowError:
Stacktrace:
[1] convert(#unused#::Type{FixedDecimal{Int8}}, x::Int64)
@ Base ./number.jl:7
[2] (FixedDecimal{Int8})(x::Int64)
@ FixedPointDecimals ~/.julia/packages/FixedPointDecimals/GFltp/src/FixedPointDecimals.jl:103
--- the last 2 lines are repeated 39990 more times ---
[79983] convert(#unused#::Type{FixedDecimal{Int8}}, x::Int64)
@ Base ./number.jl:7
The text was updated successfully, but these errors were encountered:
Had once forgotten to add the second type parameter but I was met with a stack overflow:
The text was updated successfully, but these errors were encountered: