mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added bug fix from Sean Lynch
This commit is contained in:
parent
1c0e4811c5
commit
02539131de
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ TODO: shared object functions no longe required since 0.14, update docs to refle
|
|||
|
||||
Bug Fixes
|
||||
|
||||
- Sean Lynch fixed a bug where record type predicates do not check the length of the target before checking if the vector is actually a record.
|
||||
- Do not attempt to call `eval` from the runtime if `(scheme eval)` has not been imported. Instead we now raise a Scheme error in this case instead of allowing the runtime to raise a C segmentation violation.
|
||||
|
||||
## 0.23 - December 1, 2020
|
||||
|
|
Loading…
Add table
Reference in a new issue