Add alexandria-2 to dependencies download (#66)

Add alexandria-2 to dependencies download
This commit is contained in:
ccQpein 2024-09-16 11:10:55 -04:00 committed by GitHub
parent 427dd0be4f
commit eee0bbdc40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
*.fasl
ciel
ciel-core

View file

@ -1,4 +1,4 @@
#!/usr/bin/sbcl --script
#!/usr/bin/env sbcl --script
#|
Show CIEL's dependencies.

View file

@ -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.