Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | types: fix array unshift operations and add test coverage | Jo-Philipp Wich | |
- Fix `ucv_array_unshift()` improperly rejecting operation on empty arrays - Fix `uc_unshift()` improperly reversing maintaining argument order - Add missing test coverage for `push()`, `pop()`, `unshift()` and `shift()` array operations. Signed-off-by: Jo-Philipp Wich <jo@mein.io> |