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
My problem is that +PartialOrd<T> currently doesn't imply +PartialOrd<@T>. Which is inconsistent because it is implied for PartialEq.
The reason being this specific impl:
Feature Request
My problem is that
+PartialOrd<T>
currently doesn't imply+PartialOrd<@T>
. Which is inconsistent because it is implied forPartialEq
.The reason being this specific impl:
cairo/corelib/src/traits.cairo
Lines 61 to 65 in 68b7072
I think this should be extended to
PartialOrd
for sure and most likely to other traits in the corelib, likeAdd
and so on.If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)
No. It is quite simple and will do for a great set of OnlyDust contributions, once the lib owner decides which trait are concerned
The text was updated successfully, but these errors were encountered: