Skip to content

Commit

Permalink
Add support for clos-encounters
Browse files Browse the repository at this point in the history
  • Loading branch information
macrologist committed Apr 9, 2024
1 parent 01eb624 commit f752647
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions cl-quil.asd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
(:version #:magicl/core "0.10.0")
#:qvm
#:cl-grnm ; nelder-mead implementation
#:org.tfeb.hax.abstract-classes
#:org.tfeb.hax.singleton-classes
#:clos-encounters
#:yason ; JSON generation
#:uiop
#:split-sequence
Expand Down Expand Up @@ -101,8 +100,7 @@
#:yacc ; Arithmetic parsing
#:alexandria ; Utilities
#:parse-float ; Float parsing
#:org.tfeb.hax.abstract-classes
#:org.tfeb.hax.singleton-classes
#:clos-encounters
#:split-sequence
#:cl-algebraic-data-type
#:cl-permutation
Expand Down
5 changes: 2 additions & 3 deletions src/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
(defpackage #:cl-quil.frontend
(:use #:cl
#:parse-float
#:org.tfeb.hax.abstract-classes
#:org.tfeb.hax.singleton-classes)
#:clos-encounters)
(:local-nicknames (#:a #:alexandria))
;; frontend-options.lisp
(:export
Expand Down Expand Up @@ -744,7 +743,7 @@
(:use #:cl
#:cl-quil.resource
#:cl-quil.frontend
#:org.tfeb.hax.abstract-classes)
#:clos-encounters)
(:local-nicknames (#:a #:alexandria))

;; options.lisp
Expand Down
3 changes: 1 addition & 2 deletions src/quilt/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
(:nicknames #:quilt)
(:use #:cl
#:cl-quil.frontend
#:org.tfeb.hax.abstract-classes
#:org.tfeb.hax.singleton-classes)
#:clos-encounters)
;; We define a number of methods on generic functions from
;; CL-QUIL. We import these here, as well as other internal symbols
;; that we want to get our hands on.
Expand Down

0 comments on commit f752647

Please sign in to comment.