forked from pool/lua-fennel
- New Features
- Support extra-compiler-env in options table when compiling.
- Accept path in options table of fennel.install.
- Improve printing of large integers in Lua 5.3+.
- Allow disk reads from compiler sandbox.
- Add --to-be-closed option for better stack traces in
with-open on Lua 5.4.
- Stack traces from macro errors shouldn't contain compiler
internals.
- Look for macros in .fnlm files in addition to .fnl files.
- Support extra-env in compiler API when evaluating in
compiler scope.
- Allow --compile-binary to work on .lua and .luac files.
- Add --lambda-as-fn option to remove overhead from arg
checking.
- Bug Fixes
- Fix a bug where ,find repl command didn't work on files
with long names.
- Some 3-decimal string escapes ignored the 3rd digit; e.g.
\x7f -> \127 -> \f7.
- In PUC Lua 5.1, the escape "\127" compiled to a literal
byte in the string.
Description
No description provided
Languages
RPM Spec
100%