call_fn always evalutes AST.

This commit is contained in:
Stephen Chung
2021-04-17 13:36:23 +08:00
parent 6c92011ea1
commit 807a14eaa2
2 changed files with 15 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ Breaking changes
----------------
* `Dynamic::is_shared` and `Dynamic::is_locked` are removed under the `no_closure` feature. They used to always return `false`.
* `Engine::call_fn` now evaluates the `AST` before calling the function.
Version 0.20.0