-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
Under x86-64 sbcl-1.0.55_debian on Ubuntu 12.04 using the newest quicklisp dist, when I try to load weblocks I get a weird infinite loop where it seems to be repeatedly attempting to load ASDF...
CL-USER> (ql:quickload :weblocks)
To load "weblocks":
Load 1 ASDF system:
weblocks
; Loading "weblocks"
To load "asdf":
Load 1 ASDF system:
asdf
; Loading "asdf"
; Loading "weblocks"
To load "asdf":
Load 1 ASDF system:
asdf
; Loading "asdf"
; Loading "weblocks"
To load "asdf":
Load 1 ASDF system:
asdf
; Loading "asdf"
; Loading "weblocks"
To load "asdf":
Load 1 ASDF system:
asdf
; Loading "asdf"
...
This continues until you interrupt the process.
Metadata
Metadata
Assignees
Labels
No labels