mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-30 12:22:52 -08:00
Add alexandria-2 to dependencies download (#66)
Add alexandria-2 to dependencies download
This commit is contained in:
parent
427dd0be4f
commit
eee0bbdc40
3 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
*.fasl
|
||||
ciel
|
||||
ciel-core
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/sbcl --script
|
||||
#!/usr/bin/env sbcl --script
|
||||
|
||||
#|
|
||||
Show CIEL's dependencies.
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
|
|||
(defparameter *deps/alexandria-2/sequences*
|
||||
'(:subseq*))
|
||||
|
||||
(cl-reexport:reexport-from :alexandria-2
|
||||
(cl-reexport:reexport-from :alexandria
|
||||
:include
|
||||
*deps/alexandria-2/sequences*)
|
||||
|
||||
|
|
@ -397,7 +397,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
|
|||
(defparameter *current-pprint-indentation* 1
|
||||
"We use custom indentation instead of the pretty printer, because it doesn't print correctly in the shell (indentations are way too large).")
|
||||
|
||||
;TEST
|
||||
;; TEST
|
||||
(defun pretty-print-hash-table (ht &optional (stream *standard-output*))
|
||||
"Pretty print hash-table HT to STREAM.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue