Cannot load ASDF #1813
phantomics
started this conversation in
Yearnings
Replies: 1 comment
-
The problem appears to relate to problems dealing with uninterned symbols in the current Medley implementation. Per @masinter, the simplest fix is to complete the integration of CLtL2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to load the ASDF library, a very popular tool for defining software systems within other CL implementations. It's failing after I do the following steps in an XCL exec window:
In XCL:
The resulting error message:
The stack trace indicates that the problem occurs in this form:
What could the cause be?
Beta Was this translation helpful? Give feedback.
All reactions