Fix Array::pad infinite loop.

This commit is contained in:
Stephen Chung
2022-01-13 22:05:07 +08:00
parent 5e32af0ceb
commit 5ab7c59ba0
3 changed files with 35 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ Version 1.5.0
Bug fixes
---------
* Padding arrays with another array via `pad` no longer loops indefinitely.
* `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`).