Do not parse closures when allow_anonymous_fn is false.

This commit is contained in:
Stephen Chung
2020-08-22 11:08:27 +08:00
parent 24610688d3
commit 0b04d05afe
4 changed files with 84 additions and 3 deletions

View File

@@ -7,6 +7,15 @@ Version 0.19.0
Bug fixes
---------
* `Engine::compile_expression`, `Engine::eval_expression` etc. no longer parse anonymous functions and closures.
Version 0.18.2
==============
Bug fixes
---------
* Fixes bug that prevents calling functions in closures.
* Fixes bug that erroneously consumes the first argument to a module-qualified function call.