5df5e70542
* cleanup: fixup linter warnings in schedular/feasible.go * core: numeric operands comparisons in constraints This PR changes constraint comparisons to be numeric rather than lexical if both operands are integers or floats. Inspiration #4856 Closes #4729 Closes #14719 * fix: always parse as int64
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
```release-note:improvement
|
|
core: constraint operands are now compared numerically if operands are numbers
|
|
```
|