mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Fixup notes for 0.4.1
This commit is contained in:
parent
2d4821021a
commit
76aef90df5
1 changed files with 1 additions and 1 deletions
|
@ -5,13 +5,13 @@
|
||||||
Features
|
Features
|
||||||
|
|
||||||
- Store parameter objects in such a way that changes to a parameter object do not affect other threads that use the same parameter object.
|
- Store parameter objects in such a way that changes to a parameter object do not affect other threads that use the same parameter object.
|
||||||
- Allow Cyclone to find `(cyclone)` prefixed libraries installed in Cyclone's system folder.
|
|
||||||
|
|
||||||
The specific requirement from R<sup>7</sup>RS is:
|
The specific requirement from R<sup>7</sup>RS is:
|
||||||
|
|
||||||
> `parameterize` must not change the associated values of any parameters in any thread other than the current thread and threads created inside the `parameterize` body.
|
> `parameterize` must not change the associated values of any parameters in any thread other than the current thread and threads created inside the `parameterize` body.
|
||||||
|
|
||||||
- Normalize the result of `string->number` such that bignums are only returned if the result truly is a bignum.
|
- Normalize the result of `string->number` such that bignums are only returned if the result truly is a bignum.
|
||||||
|
- Allow Cyclone to find `(cyclone)` prefixed libraries installed in Cyclone's system folder.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue