Class test-bundle defined in two places!? #91
svenemtell
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I get LispWorks compilation warnings since the class test-bundle is defined in both classes.lisp and test.lisp.
Why is it defined in two places?
In short the setup looks like this:
make.lisp
my-system.asd
If I explicitly load fiveam
(ql:quickload :fiveam)
before loading my-system I don't get the warnings, but it shouldn't be necessary to load fiveam explicitly before should it?Beta Was this translation helpful? Give feedback.
All reactions