medley icon indicating copy to clipboard operation
medley copied to clipboard

move files from sources that are not used

Open masinter opened this issue 9 months ago • 4 comments

the files moved are not loaded in any loadup or EVAL@COMPILE or otherwise referenced.

masinter avatar Mar 06 '25 15:03 masinter

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 ??

nbriggs avatar Mar 07 '25 01:03 nbriggs

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.

masinter avatar Mar 07 '25 20:03 masinter

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.

rmkaplan avatar Mar 07 '25 20:03 rmkaplan

should triage and distinguish between 'unused' and 'obsolete'.

masinter avatar Mar 10 '25 18:03 masinter