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
As discussed in another PR the covert methods using AnchoredInterval{Ending} and Anchored{Beginning} should be dropped as:
Ending / Beginning is not a period
You can't have an instance of AnchoredInterval{Ending} or AnchoredInterval{Beginning}
The invariant convert(T, x)::T should always hold in every convert method
With that said, these convert methods have been very useful for generic testing in test/comparisons.jl so we should find an alternate way of providing this functionality.
The text was updated successfully, but these errors were encountered:
As discussed in another PR the
covert
methods usingAnchoredInterval{Ending}
andAnchored{Beginning}
should be dropped as:Ending
/Beginning
is not a periodAnchoredInterval{Ending}
orAnchoredInterval{Beginning}
convert(T, x)::T
should always hold in every convert methodWith that said, these convert methods have been very useful for generic testing in
test/comparisons.jl
so we should find an alternate way of providing this functionality.The text was updated successfully, but these errors were encountered: