Skip to content

Commit eee0bbd

Browse files
authored
Add alexandria-2 to dependencies download (#66)
Add alexandria-2 to dependencies download
1 parent 427dd0b commit eee0bbd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*.fasl
2+
ciel
3+
ciel-core

find-dependencies.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sbcl --script
1+
#!/usr/bin/env sbcl --script
22

33
#|
44
Show CIEL's dependencies.

src/ciel.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
126126
(defparameter *deps/alexandria-2/sequences*
127127
'(:subseq*))
128128

129-
(cl-reexport:reexport-from :alexandria-2
129+
(cl-reexport:reexport-from :alexandria
130130
:include
131131
*deps/alexandria-2/sequences*)
132132

@@ -397,7 +397,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
397397
(defparameter *current-pprint-indentation* 1
398398
"We use custom indentation instead of the pretty printer, because it doesn't print correctly in the shell (indentations are way too large).")
399399

400-
;TEST
400+
;; TEST
401401
(defun pretty-print-hash-table (ht &optional (stream *standard-output*))
402402
"Pretty print hash-table HT to STREAM.
403403

0 commit comments

Comments
 (0)