Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(quicklisp:quickload :cl-base64-tests) fails - regression due to the latest performance improvement? #48

Closed
avodonosov opened this issue Jan 5, 2012 · 1 comment

Comments

@avodonosov
Copy link

With the fresh quicklisp client (quicklisp:quickload :cl-base64-tests) fails, but (quicklisp:quickload :cl-base64) works.

Few days ago it worked (although with another less critical problem, which I'll report later).

The same story with :iterate - (quicklisp:quickload :iterate-tests) fails while (quicklisp:quickload :iterate) works.

What is common between these libraries is that the -tests system is defined the same .asd file as the main system
(i.g. :cl-base64-tests is defined in :cl-base64.asd).

@quicklisp
Copy link
Owner

I've changed how things work so you cannot attempt to load a system that does not have its own system file until it has been defined by loading the defining system file. Just like how ASDF works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants