Fix bug in optimizer.

This commit is contained in:
Stephen Chung
2021-01-12 23:52:50 +08:00
parent 8c47d61456
commit fe65bf6137
5 changed files with 64 additions and 21 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Bug in `FileModuleResolver::clear_cache_for_path` path mapping fixed.
* Some optimizer fringe cases is fixed - related to constants propagation when the evil `eval` is present.
Breaking changes
----------------