inaos / iron-array

2 stars 0 forks source link

Complete int tests in branch llvm-int2 branch #511

Closed FrancescAlted closed 2 years ago

FrancescAlted commented 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.

FrancescAlted commented 2 years ago

This is being done in PR https://github.com/inaos/iron-array/pull/510

FrancescAlted commented 2 years ago

Closing after PR https://github.com/inaos/iron-array/pull/510 being merged.