Fix Array::chop.

This commit is contained in:
Stephen Chung
2022-01-14 10:04:24 +08:00
parent 96764c0d2d
commit e2e0b8d083
3 changed files with 9 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Padding arrays with another array via `pad` no longer loops indefinitely.
* `chop` for arrays and BLOB's now works properly.
* `set_bit` for bit-flags with negative index now works correctly.
* Misnamed `params` field `name` in the JSON output of `Engine::gen_fn_metadata_to_json` is fixed (was incorrectly named `type`).