Check data size after assignments.

This commit is contained in:
Stephen Chung
2021-06-11 19:59:50 +08:00
parent 07d25b4fb6
commit f9dcfeb1ad
3 changed files with 93 additions and 59 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Fixed incorrect optimization regarding chain-indexing with non-numeric index.
* Variable values are checked for over-sized violations after assignments and setters.
Breaking changes
----------------