Skip to content

Commit

Permalink
quaviver: load interface before bits-float/float-bits
Browse files Browse the repository at this point in the history
So that the generic functions are defined before the methods in
bits-float.lisp and float-bits.lisp.

* quaviver.asd (quaviver): Move interface.lisp to right after
packages.lisp in components.
  • Loading branch information
paulapatience committed Jul 1, 2024
1 parent 2af4c94 commit d9a8f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quaviver.asd
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
:components ((:module "code"
:serial t
:components ((:file "packages")
(:file "interface")
(:file "bits-float")
(:file "float-bits")
(:file "interface")
(:file "traits")
(:file "integer-float-2")
(:file "float-integer-2")
Expand Down

0 comments on commit d9a8f7e

Please sign in to comment.