arcalot / arcaflow-expressions

Expressions language for Arcaflow
Apache License 2.0
0 stars 0 forks source link

Bug fixes regarding list accesses #34

Closed jaredoconnell closed 2 months ago

jaredoconnell commented 2 months ago

Changes introduced with this PR

This PR fixes cases where list access is nested within a sub-object. This PR also adds a negative index check. It also fixes a missed error check, which I found while investigating the original issue.

Test cases cover prior missing coverage.


By contributing to this repository, I agree to the contribution guidelines.