Skip to content

Commit 5f9aa2c

Browse files
committed
Update repos.sexp and release notes for Eclector update
1 parent 1cbedc9 commit 5f9aa2c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 2.3.0 (LLVM15) Pending
2+
3+
## Changed
4+
* Updated to Eclector v0.9.0
5+
6+
## Fixed
7+
* Use Eclector state protocol to enable readtable changes during compiling.
8+
Fixes [#1398][].
9+
110
# Version 2.2.0 (LLVM15) 2023-03-01
211

312
## Added
@@ -241,4 +250,5 @@ passing, and will miss the insightful conversations with him.
241250
[#1368]: https://github.com/clasp-developers/clasp/issues/1368
242251
[#1390]: https://github.com/clasp-developers/clasp/issues/1390
243252
[#1392]: https://github.com/clasp-developers/clasp/issues/1392
253+
[#1398]: https://github.com/clasp-developers/clasp/issues/1398
244254
[#1404]: https://github.com/clasp-developers/clasp/issues/1404

repos.sexp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
(:name :eclector
106106
:repository "https://github.com/s-expressionists/Eclector.git"
107107
:directory "src/lisp/kernel/contrib/Eclector/"
108-
:commit "state-value-protocol")
108+
:commit "0.9.0")
109109
(:name :esrap ; Needed both by the host and eclasp
110110
:repository "https://github.com/scymtym/esrap.git"
111111
:directory "src/lisp/kernel/contrib/esrap/"

0 commit comments

Comments
 (0)