rmkaplan
rmkaplan
In fact, it would be better and a little bit safer if closeall also takes a host argument (CLOSEALL 'DSK), in addition to whatever filters there might be
Well, I don’t want to stumble across Loops, Rooms, Notecards in the middle of just working on or with plain Medley, so I definitely don’t want to see these anywhere...
Is the solution then to put (IPLUS xxx 0) at the generic entry point? > On Jul 14, 2022, at 3:11 PM, Nick Briggs ***@***.***> wrote: > > > The...
One other point: For most streams the function STREAMPROP can change the external format after the stream has been opened. But it seems like it should not be possible to...
I’m glad that’s the spec, it makes sense for all of these. Not just that their arguments are streams, as the previous code, but that their arguments are strings with...
Hmm, I see that. Commonlisp only specifies an access function for the external format (CL:STREAM-EXTERNAL-FORMAT). But the Interlisp STREAMPROP function doesn’t have that restriction. Either way, I think a composite...
As part of the cleanup effort, if a symbolic file had compiled files of both types, I eliminated the one that was not specified by its compiler-type property. There should...
On SAMEDIR, seems odd to me that someone would have a separate “project directory” for files that are otherwise cloned from git, especially if they are working on medley system...
Something else that seems to be confused, it was noted but never addressed. It appears that the choice of compiler is driven off the FILETYPE property, which only some files...
Interesting. It doesn’t actually find source files, it only finds source files per se, it only finds source files that already have compiled files. Should use LISPSOURCEFILEP as the predicate....