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
I get this error. The same method signature seems to be defined in both lines 124 and 125. Are these two lines overwriting each other?
│ WARNING: Method definition edconvert(Unitful.Dimensions{(Unitful.Dimension{:Time}(power=Base.Rational{Int64}(num=-1, den=1)),)}, Union{Unitful.Quantity{T, Unitful.Dimensions{(Unitful.Dimension{:Time}(power=Base.Rational{Int64}(num=-1, den=1)),)}(), U}, Unitful.Level{L, S, Unitful.Quantity{T, Unitful.Dimensions{(Unitful.Dimension{:Time}(power=Base.Rational{Int64}(num=-1, den=1)),)}(), U}} where S where L} where U where T, DimensionfulAngles.Periodic) inmodule DimensionfulAngles at /Users/cmichel/.julia/packages/UnitfulEquivalences/JvL7D/src/UnitfulEquivalences.jl:124 overwritten at /Users/cmichel/.julia/packages/UnitfulEquivalences/JvL7D/src/UnitfulEquivalences.jl:125.
│ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
└
The text was updated successfully, but these errors were encountered:
I assume this is with DimensionfulAngles v0.2.0, i.e., before cmichelenstrofer/DimensionfulAngles.jl#44? If I install DimensionfulAngles v0.2.1, it precompiles without warning.
Ah I ahd already fixed it... sorry and thanks! Came back to this project after a while and was still getting that error (maybe hadn't updated something). But confirmed, it now compiles without warnings. Default conversion between identical dimensions would be a neat addition.
I get this error. The same method signature seems to be defined in both lines 124 and 125. Are these two lines overwriting each other?
The text was updated successfully, but these errors were encountered: