Closed FrancescAlted closed 2 years ago
We recently added support for ints/bools for the expression evaluator. We need to make more comprehensive tests, like:
1) More int data types 2) Add some tests with bools 3) More functions?
Use the existing test_expression_eval_int.c for that.
test_expression_eval_int.c
This is being done in PR https://github.com/inaos/iron-array/pull/510
Closing after PR https://github.com/inaos/iron-array/pull/510 being merged.
We recently added support for ints/bools for the expression evaluator. We need to make more comprehensive tests, like:
1) More int data types 2) Add some tests with bools 3) More functions?
Use the existing
test_expression_eval_int.c
for that.