Fix bug in closure capture for no_object.

This commit is contained in:
Stephen Chung
2020-08-23 17:46:39 +08:00
parent e2f271644a
commit 7cd345b128
2 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ Bug fixes
* `Engine::compile_expression`, `Engine::eval_expression` etc. no longer parse anonymous functions and closures.
* Imported modules now work inside closures.
* Closures that capture now work under `no_object`.
Version 0.18.2