add BAKTRACE to HCFILES fails. Skip HC of CLTL2 (package errors) and dinfo (not really tedit).#2598
Conversation
…dinfo (not really tedit).
|
On Linux Mint 22.1 Cinnamon HCFILES seems to run to completion and skip the CLTL2 directory as expected. Here are the dribble files: |
… to sources (loaded by sources), also move MESATYPE*
|
sources/mesatypes is just the txt file. Did you mean a lispsource file? |
|
It still works with no issues at commit 5e88d17. |
|
@rmkaplan I'm not sure what you're looking at but the result of this PR is that there is a MESATYPES, MESATYPES.TXT, MESATYPES.LCOM in the {MEDLEY}, where MESATYPES is the lisp source and MESATYPES.TXT is the documentation for it, and there are no files MESATYPES* (of either case) in {MEDLEY}. |
|
I think it's a problem in GITFNS: When I "See" MESATYPES it shows the .txt file instead.
So it isn't your PR.
… On May 10, 2026, at 8:40 AM, Larry Masinter ***@***.***> wrote:
masinter
left a comment
(Interlisp/medley#2598)
<#2598 (comment)>
@rmkaplan <https://github.com/rmkaplan> I'm not sure what you're looking at but the result of this PR is that there is a MESATYPES, MESATYPES.TXT, MESATYPES.LCOM in the {MEDLEY}, where MESATYPES is the lisp source and MESATYPES.TXT is the documentation for it, and there are no files MESATYPES* (of either case) in {MEDLEY}.
—
Reply to this email directly, view it on GitHub <#2598 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJNPU47YUH5C7J4PC7L42CPFPAVCNFSM6AAAAACYWKSFSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DIMJVGY3TGOBZGU>.
You are receiving this because you were mentioned.
|
|
But if MESATYPES is going to be moved from internal/ into sources/ and perhaps become part of a release, the documentation needs to be upgraded. At least with one or two examples of what one of these new declarations might look like. Otherwise it really is internal. |
|
MESATYPES is loaded by other files in sources which seems like a more decidable criterion.--LarryMasinter.netOn May 10, 2026, at 11:38 AM, rmkaplan ***@***.***> wrote:rmkaplan left a comment (Interlisp/medley#2598)
But if MESATYPES is going to be moved from internal/ into sources/ and perhaps become part of a release, the documentation needs to be upgraded. At least with one or two examples of what one of these new declarations might look like. Otherwise it really is internal.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
If there are examples somewhere, maybe some of them should be copied into the documentation as illustrations of what functionality this provides. |
|
MESATYPES is used by DOVEDECLS, DOVEETHERDECLS and LOCALFILE to access the mesa records (with mesa type declarations) in interfaces exported by the mesa code running on the I/O processor and the file system structures. We include LOCALFILE in LOADUP-LISP, so indirectly we use MESATYPES. There are examples of MESATYPE and MESARECORD declarations in the source files that use it. |
|
if we do #2565 then there's a good chance MESATYPES will also become unused and can be deleted or moved. for now, though, without editing the content, the rename to sources seems best. |
|
https://files.interlisp.org:8081/medley/loadups/hcfiles.dribble'
I'd guess is the best so far, 90 FAILs for maybe 12 different reasons.
https://LarryMasinter.net https://interlisp.org
…On Sat, May 9, 2026 at 11:55 PM rmkaplan ***@***.***> wrote:
*rmkaplan* left a comment (Interlisp/medley#2598)
<#2598 (comment)>
sources/mesatypes is just the txt file. Did you mean a lispsource file?
—
Reply to this email directly, view it on GitHub
<#2598 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIQTK2Z6KQOMFVMVUJPNOL42ARWRAVCNFSM6AAAAACYWKSFSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DIMJUGY3TANJSGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
One of the Tedit ones was a bug in reading Tedit file-format 0 (from early 1985). I'll put the fix in a separate mini-Tedit PR I'm about to push. A bunch of others were font-not-found for size 13. Those are probably 10/13 swaps. Some are missing image object fns. And then there's the rest I think the dribble file should be opened as UTF-8. You might be able to specify that by passing an open UTF-8 stream to DRIBBLE: |
|
Still looking good at commit a08e4b8. |
No description provided.