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
FixedPointDecimals.jl should probably implement Base.big(::FixedDecimal) and Base.big(::Type{<:FixedDecimal}) since other packages may rely on this method. For example, JuliaData/DataFrames.jl#3418 is caused by not implementing this method.
The text was updated successfully, but these errors were encountered:
FixedPointDecimals.jl should probably implement
Base.big(::FixedDecimal)
andBase.big(::Type{<:FixedDecimal})
since other packages may rely on this method. For example, JuliaData/DataFrames.jl#3418 is caused by not implementing this method.The text was updated successfully, but these errors were encountered: