-
Notifications
You must be signed in to change notification settings - Fork 145
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
Quickloading :mgl-pax/document generates error #1649
Labels
Comments
Here is a complete sldb backtrace...
|
It is here that it tries to call the function before it is defined... https://github.com/clasp-developers/clasp/blob/main/src/lisp/kernel/clos/slot.lisp#L68 |
A simple demonstrator...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Quickloading :mgl-pax/document generates a compile time error
Expected behavior
The system should load
Actual behavior
Compilation of the system fails with the error
Code at issue
I can "fix" the problem by editing the mgl-pax/src/document/document.lisp file and move
the
(defun print-unresolvable-reflink ...
before the(define-condition unresolvable-reflink (warning)
This problem doesn't happen with ECL or SBCL.
Context
The text was updated successfully, but these errors were encountered: