File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
* .fasl
2
+ ciel
3
+ ciel-core
Original file line number Diff line number Diff line change 1
- #!/usr/bin/sbcl --script
1
+ #!/usr/bin/env sbcl --script
2
2
3
3
#|
4
4
Show CIEL's dependencies.
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
126
126
(defparameter *deps/alexandria-2/sequences*
127
127
' (:subseq* ))
128
128
129
- (cl-reexport :reexport-from :alexandria-2
129
+ (cl-reexport :reexport-from :alexandria
130
130
:include
131
131
*deps/alexandria-2/sequences* )
132
132
@@ -397,7 +397,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
397
397
(defparameter *current-pprint-indentation* 1
398
398
" We use custom indentation instead of the pretty printer, because it doesn't print correctly in the shell (indentations are way too large)." )
399
399
400
- ; TEST
400
+ ; ; TEST
401
401
(defun pretty-print-hash-table (ht &optional (stream *standard-output* ))
402
402
" Pretty print hash-table HT to STREAM.
403
403
You can’t perform that action at this time.
0 commit comments