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
prevent adding methods to the functions > and >= (#771)
* prevent adding methods to the functions `>` and `>=`
As documented, the intended way to implement `>` is to add a method to
`<`. Similarly with `>=`. A package should never add a method to either
`>` or `>=`.
* remove `eval` and `for`
0 commit comments