-
-
Notifications
You must be signed in to change notification settings - Fork 27
Add :IMPORT-FROM option to DEFPACKAGE #2335
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
base: master
Are you sure you want to change the base?
Conversation
|
I forgot to include the dribble files, here they are from another build that failed in the same way: loadups.zip |
|
Same. |
|
I didn't change any code except to add the |
|
The previous LCOM was made with compile-file, according to the comments in it, as was the version in CLTL2. So, i'm not sure if that's COMPILE-FILE or FAKE-COMPILE-FILE... since it's an LCOM. |
|
Doesn't it have to be FAKE-COMPILE-FILE? It has a lot of commonlisp FUNCTIONS etc.
… On Oct 30, 2025, at 11:33 AM, Nick Briggs ***@***.***> wrote:
nbriggs
left a comment
(Interlisp/medley#2335)
<#2335 (comment)>
The previous LCOM was made with compile-file, according to the comments in it, as was the version in CLTL2. So, i'm not sure if that's COMPILE-FILE or FAKE-COMPILE-FILE... since it's an LCOM.
—
Reply to this email directly, view it on GitHub <#2335 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJP2ZIXP6T4Q7RAHD5D32JKX7AVCNFSM6AAAAACKUGUZBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTINRZGQ4TQMJWG4>.
You are receiving this because you are subscribed to this thread.
|
|
Yes - if you FAKE-COMPILE-FILE it you can do a loadup successfully. |
Change the FILETYPE to be :FAKE-COMPILE-FILE (per #2336)
|
I can do a loadup with the revised LLPACKAGE.LCOM. I don't have anything to test the :IMPORT-FROM functionality. |


This resolves #2334