-
A common use-case in applications is to use objects as keys whose equals/hashCode is different from the use-case at hand. The most common example that I keep hearing is you want to use database entiti…
-
`OrderType`s are used for `Collections.sort(list, comparator)`, but they are wrong, will lead to sorting error:
https://github.com/snatik/android-storage/blob/422a2b9cda205f8aa630d1c2604e1dafbc489…
-
Support all comparators in assertion yaml file that gets generated via cli.
-
Thanks for this extension.
I want to do something a bit more complex, like toggle between comparators or booleans operators, something like this
```
"incrementor.enums.values": [
...
[ "==", "!…
-
**Describe the feature:**
I tried to address this in https://github.com/elastic/kibana/pull/190165 by adding a `skip`, which worked, but @nreese brought up that it might be [too high risk](https://gi…
-
https://rules.sonarsource.com/java/RSPEC-2063
-
## 🚀 Feature
I would like to make some improvements to the predicate syntax, using if statements.
* We should add an `else` block
* ~~Add support for ordering comparisons, `gt`,` lt`, `gte`, …
-
Registering custom comparators requires passing a in pointer to a function. In cgo this must be an actual c function. It could be a gateway function which in-turn calls go code.
See https://code.go…
-
@amishas157 and me braistormed on an interface between the comparators. With this setup we hope to:
- Answer which compare functions shoule be invoked when and why better rather than invoke all compa…
-
**Is your feature request related to a problem? Please describe.**
The new experimental row operators require non-trivial preprocessing that involves new allocations whose lifetime must be maintain…