-
Notifications
You must be signed in to change notification settings - Fork 19
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
ASDF circular dependency #81
Comments
This is related probably: marijnh/Postmodern@0d0667f A problem with newer versions of ASDF |
Hmm. After using Express for a while, I think it might makes sense to completely dump the plugin system and just go with middleware that can be injected at various stages of a request/response lifecycle. This should eliminate the need for plugins completely. It's a breaking change but I think it's worth it. Or maybe there's a quick fix we can do now. I'll check out the link you sent, thanks. |
@orthecreedence any way you can get this fixed soon? :D |
I just ran into this problem, and I was wondering if there was a fix I could use? |
Same here (asdf 3.3) |
Can someone reproduce this after #93 ? At least |
There's a circular dependency error when trying to load a system that depends-on :wookie
This happens with ASDF version 3.3.1, but not with 3.1.5. SBCL + Linux
Note that
(ql:quickload :wookie)
will work, but not(ql:quickload <system that depends on wookie>)
The text was updated successfully, but these errors were encountered: