Conversation
3935983 to
510516e
Compare
|
Uh, "not used" in a loadup doesn't mean nobody ever needs to load them. Nobody will ever need to load SEDIT-DEBUG if they're working on SEDIT ?? |
|
SEDIT-DEBUG is interesting -- a set of utilities, e.g., changing FNS to FUNCTIONS. I could see moving the file to the "internal" directory instead of "obsolete/sources/" but it is unlikely to be useful. |
|
I put my TEDIT-DEBUG in internal/, partly because it is mostly undocumented. But perhaps it would be more likely to be seen and used if it was in the TEDIT/ subdirectory.
I hate to mention it, but maybe SEDIT should have its own subdirectory under sources/ ?
… On Mar 7, 2025, at 12:40 PM, Larry Masinter ***@***.***> wrote:
masinter
left a comment
(Interlisp/medley#2056)
SEDIT-DEBUG is interesting -- a set of utilities, e.g., changing FNS to FUNCTIONS.
There are no mentions of SEDIT-DEBUG anywhere (grep -lri sedit-debug ) in any documentation or other files.
I could see moving the file to the "internal" directory instead of "obsolete/sources/" but it is unlikely to be useful.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
<#2056 (comment)> <https://github.com/notifications/unsubscribe-auth/AQSTUJOYZQ3T23ISTPJH42T2TH73NAVCNFSM6AAAAABYO7ALZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBXGQYDGNBUGA>
masinter
left a comment
(Interlisp/medley#2056)
<#2056 (comment)>
SEDIT-DEBUG is interesting -- a set of utilities, e.g., changing FNS to FUNCTIONS.
There are no mentions of SEDIT-DEBUG anywhere (grep -lri sedit-debug ) in any documentation or other files.
I could see moving the file to the "internal" directory instead of "obsolete/sources/" but it is unlikely to be useful.
—
Reply to this email directly, view it on GitHub <#2056 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJOYZQ3T23ISTPJH42T2TH73NAVCNFSM6AAAAABYO7ALZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBXGQYDGNBUGA>.
You are receiving this because you are subscribed to this thread.
|
|
should triage and distinguish between 'unused' and 'obsolete'. |
|
the 'obsolete' directory has been removed from master (copied to Interlisp/history repo). In the meanwhile, closing this PR. |
the files moved are not loaded in any loadup or EVAL@COMPILE or otherwise referenced.