medley
medley copied to clipboard
move files from sources that are not used
the files moved are not loaded in any loadup or EVAL@COMPILE or otherwise referenced.
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.
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.
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.
https://github.com/Interlisp/medley/pull/2056#issuecomment-2707403440 https://github.com/notifications/unsubscribe-auth/AQSTUJOYZQ3T23ISTPJH42T2TH73NAVCNFSM6AAAAABYO7ALZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBXGQYDGNBUGA
masinter left a comment (Interlisp/medley#2056) https://github.com/Interlisp/medley/pull/2056#issuecomment-2707403440 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 https://github.com/Interlisp/medley/pull/2056#issuecomment-2707403440, 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'.