Skip to content

Commit ee44d4c

Browse files
committed
Update Invistra
1 parent 154bd9c commit ee44d4c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

repos.sexp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
(:name :invistra
217217
:directory "src/lisp/kernel/contrib/Invistra/"
218218
:repository "https://github.com/s-expressionists/Invistra.git"
219-
:branch "host"
219+
:branch "alt-parse-3"
220220
:pin 0)
221221
(:name :khazern
222222
:directory "src/lisp/kernel/contrib/Khazern/"

src/lisp/kernel/contrib-packages.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
(defvar *outer-exit* nil)
5555

5656
(defun format-with-client (client destination control &rest args)
57+
(declare (ignore client))
5758
(let ((*format-output* (cond ((null destination)
5859
(make-string-output-stream))
5960
((eq destination t)

0 commit comments

Comments
 (0)