Skip to content

Commit 6c43769

Browse files
committed
Merge branch 'master' of github.com:yitzchak/common-lisp-jupyter
2 parents 9d4f4d3 + cae7b0e commit 6c43769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install CLASP kernel
100100
if: matrix.os != 'windows-latest'
101101
run: |
102-
iclasp --non-interactive --load scripts/usr-install.lisp
102+
clasp --non-interactive --load scripts/usr-install.lisp
103103
104104
- name: Install ECL kernel
105105
if: matrix.os != 'windows-latest'

src/cl-jupyter/kernel.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@
687687
(go next))))
688688
#+clasp
689689
(with-open-file (stream source-path)
690-
(prog* ((eclector.reader:*client* clasp-cleavir::*cst-client*)
690+
(prog* ((eclector.reader:*client* cmp::*cst-client*)
691691
(eclector.readtable:*readtable* cl:*readtable*)
692692
(*load-truename* (truename source-path))
693693
(*load-pathname* source-path)

0 commit comments

Comments
 (0)