-
-
Notifications
You must be signed in to change notification settings - Fork 29
Rmk3 #587
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
Conversation
Needs to be done for most CL-function containing files.
| (FILECREATED " 3-Apr-91 15:11:53" |{PELE:MV:ENVOS}<LISPCORE>SOURCES>CLSTREAMS.;4| 54013 | ||
|
|
||
| |changes| |to:| (FUNCTIONS CL:WITH-INPUT-FROM-STRING) | ||
| (FILECREATED "27-Nov-2021 13:30:46" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't tell what changed in CLSTREAMS (besides re-pretty-printing with a different fontset.
|
The filemap. Now includes FUNCTIONS.
(LOAD x ‘PROP)
(MAKEFILE x ’NEW)
Should be done eventually to all the files containing FUNCTIONS
… On Nov 27, 2021, at 7:49 PM, Larry Masinter ***@***.***> wrote:
@masinter commented on this pull request.
In sources/CLSTREAMS <#587 (comment)>:
>
- |changes| |to:| (FUNCTIONS CL:WITH-INPUT-FROM-STRING)
+(FILECREATED "27-Nov-2021 13:30:46"
can't tell what changed in CLSTREAMS (besides re-pretty-printing with a different fontset.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#587 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJKZ6ULO4IJMZIU5OR3UOGREPANCNFSM5I4ZPBXQ>.
|
|
Isn't there a function that rewrites the FILEMAP without re-pretty-printing all the files? I'm worried about e.g., some PRETTYPRINT macro being buggy and winding up with different code than intended. |
|
There is function UPDATEFILEMAP. Is that what you are thinking of?
Dated bvm 1986, with a comment
(* ;;; "Writes new FILEMAP on file currently open as STREAM. If we return T, the stream has been closed.
This has little hope of working any more.”)
I don’t know of a function that creates a new file map, other than when (re)printing.
… On Nov 28, 2021, at 9:54 AM, Larry Masinter ***@***.***> wrote:
Isn't there a function that rewrites the FILEMAP without re-pretty-printing all the files?
I'm worried about e.g., some PRETTYPRINT macro being buggy and winding up with different code than intended.
I'm not sure all of the Lisp sources will survive the translation.
If a function has an EXPR definition (not compiled) and you LOAD(... PROP) with a new definition, won't MAKEFILE(... NEW) get the old definition instead of the new?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#587 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJI3CLQGDMOLDUQBXTDUOJUFZANCNFSM5I4ZPBXQ>.
|
Improved Tedit menu scrolling, updated filemaps