aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/expressiontransforms
Commit message (Collapse)AuthorAgeFilesLines
* Actually use the generated contextHenning Baldersheim2022-09-211-2/+2
|
* Put back old unused test code.Henning Baldersheim2022-09-211-0/+8
|
* Use ArithmeticNode.resolve instead of creating a new one explicit.Henning Baldersheim2022-09-211-9/+36
|
* Short circuit boolean expressionsJon Bratseth2022-09-211-0/+57
| | | | | | | | Short circuit boolean expressions by converting them to (nested) if expressions. This also fixes a bug in Java expression evaluation where evaluation of arithmetic operations with the same precedence would be from right to left rather than left to right.
* Revert "Revert "Revert "Short circuit boolean expressions"""Henning Baldersheim2022-09-211-57/+0
|
* Revert "Revert "Short circuit boolean expressions""Henning Baldersheim2022-09-211-0/+57
|
* Revert "Short circuit boolean expressions"Arnstein Ressem2022-09-201-57/+0
|
* Short circuit boolean expressionsJon Bratseth2022-09-201-0/+57
Short circuit boolean expressions by converting them to (nested) if expressions. This also fixes a bug in Java expression evaluation where evaluation of arithmetic operations with the same precedence would be from right to left rather than left to right.