add methods to < and <= instead of to > and >=#1802
Conversation
As documented, the intended way to implement `>` is to add a method to `<`. Similarly with `>=`. This should solve some of the problems mentioned on issue #1799. However, for the long term (whenever a breaking release of GMT.jl happens), I'd suggest just getting rid of the methods, as discussed on issue #1799.
|
Sorry, but this also removes the Users could also do |
Can you be more specific? |
|
If we replace by the multidispach |
|
Why do you think so? As discussed already, |
|
Can't say I understand how the fallback worked, but you are right. This works to keep the (I'm now down to 31 SnoopCompile invalidations, but that doesn't change a bit in 59494) |
As documented, the intended way to implement
>is to add a method to<. Similarly with>=.This should solve some of the problems mentioned on issue #1799. However, for the long term (whenever a breaking release of GMT.jl happens), I'd suggest just getting rid of the methods, as discussed on issue #1799.