Restrict relation operators to ints #710
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "github/fork/radrow/rel-ops"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: radrow
I see no reason to compare strings and functions using
<
operator, especially when it does nothing but returnfalse
.I am working now with a custom datatype that represents some numbers and I accidentally used these operators several times which leaded to irritating bugs.
Created by: radrow
Tests need to be updated if we agree for it
Created by: UlfNorell
They don't always return false. Comparison is lexicographic on the underlying FATE representation.
Pull request closed