mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-27 20:36:34 -04:00
bump to v0.6.0
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
v0.6.0
|
||||
======
|
||||
May 8, 2025
|
||||
|
||||
- Refactor: renamed the structure type managing Pseudoconsole session, goroutine communication channels, and other related information from `Global` to `Env`.
|
||||
- Dependency: Bump gmnlisp to [v0.7.10]
|
||||
- In [gmnlisp v0.7.10], symbol names have officially become case-insensitive in accordance with the ISLisp standard.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
v0.6.0
|
||||
======
|
||||
May 8, 2025
|
||||
|
||||
- 疑似端末情報やゴルーチン通信用チャンネルなどの情報を管理する構造体名を `Global` から `Env` に改めた。
|
||||
- gmnlisp を [v0.7.10] へ更新
|
||||
- [gmnlisp v0.7.10] ではシンボル名は ISLisp の仕様に従って、英大文字・小文字の区別をしないよにした。一貫性を保証するため、グローバル変数は `*argv*`、`*program-name*`、`*executable-name*`、および `*match*` に改名した。以前の名前は非推奨だが、当面のあいだは引き続き使用可能とする。
|
||||
|
||||
Reference in New Issue
Block a user