We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154bd9c commit ee44d4cCopy full SHA for ee44d4c
2 files changed
repos.sexp
@@ -216,7 +216,7 @@
216
(:name :invistra
217
:directory "src/lisp/kernel/contrib/Invistra/"
218
:repository "https://github.com/s-expressionists/Invistra.git"
219
- :branch "host"
+ :branch "alt-parse-3"
220
:pin 0)
221
(:name :khazern
222
:directory "src/lisp/kernel/contrib/Khazern/"
src/lisp/kernel/contrib-packages.lisp
@@ -54,6 +54,7 @@
54
(defvar *outer-exit* nil)
55
56
(defun format-with-client (client destination control &rest args)
57
+ (declare (ignore client))
58
(let ((*format-output* (cond ((null destination)
59
(make-string-output-stream))
60
((eq destination t)
0 commit comments