Skip to content

Commit dc093de

Browse files
authored
Merge pull request #1408 from clasp-developers/repl
Set column to zero while in REPL
2 parents ec71f76 + ab7227a commit dc093de

File tree

4 files changed

+1571
-2294
lines changed

4 files changed

+1571
-2294
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Fixes
44
* Ensure that `print-unreadable-object` can accept output stream designators.
5+
* Set stream column to zero after printing the prompt in a REPL. Fixes [#1348][].
56

67
# Version 2.1.0 (LLVM14) 2023-01-01
78

@@ -26,6 +27,11 @@
2627

2728
# Version 2.0.0 (LLVM14) 2022-10-26
2829

30+
This release is dedicated to Dr. Karsten Poeck, who died after a short illness
31+
in July of 2022. Karsten made many significant contributions to Clasp, including
32+
reviving and solidifying our test frameworks. We are saddened by his sudden
33+
passing, and will miss the insightful conversations with him.
34+
2935
## Added
3036
* Lisp based koga metabuilder that outputs Ninja build files.
3137
* basic Debian packaging files.
@@ -211,6 +217,7 @@
211217
[ANSI]: https://gitlab.common-lisp.net/ansi-test/ansi-test
212218
[ECLECTOR]: https://github.com/s-expressionists/Eclector
213219
[#175]: https://github.com/clasp-developers/clasp/issues/175
220+
[#1348]: https://github.com/clasp-developers/clasp/issues/1348
214221
[#1368]: https://github.com/clasp-developers/clasp/issues/1368
215222
[#1390]: https://github.com/clasp-developers/clasp/issues/1390
216223
[#1392]: https://github.com/clasp-developers/clasp/issues/1392

0 commit comments

Comments
 (0)