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.
2 parents 9d4f4d3 + cae7b0e commit 6c43769Copy full SHA for 6c43769
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Install CLASP kernel
100
if: matrix.os != 'windows-latest'
101
run: |
102
- iclasp --non-interactive --load scripts/usr-install.lisp
+ clasp --non-interactive --load scripts/usr-install.lisp
103
104
- name: Install ECL kernel
105
src/cl-jupyter/kernel.lisp
@@ -687,7 +687,7 @@
687
(go next))))
688
#+clasp
689
(with-open-file (stream source-path)
690
- (prog* ((eclector.reader:*client* clasp-cleavir::*cst-client*)
+ (prog* ((eclector.reader:*client* cmp::*cst-client*)
691
(eclector.readtable:*readtable* cl:*readtable*)
692
(*load-truename* (truename source-path))
693
(*load-pathname* source-path)
0 commit comments