mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 05:27:33 +02:00
Issue #297
This commit is contained in:
parent
9ee7c49334
commit
aed49c49e4
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
TODO: mention cyclone-winds even though not part of this official release
|
||||
https://github.com/cyclone-scheme/cyclone-winds
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Raise a useful error instead of aborting the whole program (!) when apply attempts to execute an object of the wrong type.
|
||||
- Better handling of edge cases where an object of the wrong type is executed instead of a closure. Previously there were cases where this would cause the runtime to crash.
|
||||
|
||||
Deprecated
|
||||
|
||||
- `(scheme cyclone array-list)` is no longer going to be part of the official Cyclone release. It will be relocated to the `(cyclone array-list)` cyclone-winds package.
|
||||
|
|
Loading…
Add table
Reference in a new issue