-
-
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
Can't LOADFNS functions on lispusers/PSEUDOHOST #1901
Comments
Try it with PSEUDOHOSTS, with an S at the end
… On Dec 10, 2024, at 10:06 AM, Nick Briggs ***@***.***> wrote:
Doing something that results in calling
(LOADFROM "lispusers>PSEUDOHOST" 'TRUEFILENAME 'PROP)
results in SCANFILE0 failing as it tries to EVAL (PSEUDOHOST (QUOTE LI) LOGINHOST/DIR) because the function is not defined.
—
Reply to this email directly, view it on GitHub <#1901>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJOZUHWBOR2NYRI2HRT2E4URNAVCNFSM6AAAAABTLXY23SVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTAOBSGY4TENI>.
You are receiving this because you were assigned.
|
Sorry, that was a typo in submitting the issue - it was "PSEUDOHOSTS" with the S. I got there by doing |
OK, I see that. The file is trying to set up the login pseudohost by default.
I’ll put that in a ***@***.*** DOCOPY
… On Dec 10, 2024, at 9:16 PM, Nick Briggs ***@***.***> wrote:
Sorry, that was a typo in submitting the issue - it was "PSEUDOHOSTS" with the S. I got there by doing (DF TRUEFILENAME) in a plain full.sysout without PSEUDOHOSTS loaded, where it asked if I wanted to LOADFROM PROP the file.
—
Reply to this email directly, view it on GitHub <#1901 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJNLDKGLQ35JZ5NBD7L2E7DCPAVCNFSM6AAAAABTLXY23SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZTGY2TONBSGI>.
You are receiving this because you were assigned.
|
Fixed in #1907 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doing something that results in calling
results in
SCANFILE0
failing as it tries to EVAL(PSEUDOHOST (QUOTE LI) LOGINHOST/DIR)
because the function is not defined.The text was updated successfully, but these errors were encountered: