mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Issue #398
This commit is contained in:
parent
e2b2d9b21d
commit
47fbe26611
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ Bug Fixes
|
||||||
- Avoid compilation errors when a program ends with a `set!` expression. Thanks to Yorick Hardy for the bug report!
|
- Avoid compilation errors when a program ends with a `set!` expression. Thanks to Yorick Hardy for the bug report!
|
||||||
- Fixed a bug with the interpreter such that running an `import` will no longer remove definitions from the global environment.
|
- Fixed a bug with the interpreter such that running an `import` will no longer remove definitions from the global environment.
|
||||||
- Fixed another interpreter bug to allow `import` to load renamed identifiers.
|
- Fixed another interpreter bug to allow `import` to load renamed identifiers.
|
||||||
|
- Prevent compiler errors when calling an anonymous lambda that accepts an optional argument list.
|
||||||
|
|
||||||
## 0.18 - June 8, 2020
|
## 0.18 - June 8, 2020
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue