rmkaplan
rmkaplan
; was from Tenex/Maxc We can continue to parse both ; and !, those are both unambiguous. But we should pick only one when we pack up—currently it’s ;—as the...
One other oddity: If you give UNPACKFILENAME.STRING or the CL function a path, it unpacks the path into its components. But unlike what you get by unpacking a string, the...
Decision today was for DIRECTORY always to return filenames as strings
For example, what about INFILEP, FINDFILE…? If the print-name of a path looked like a current filename string, at least some existing string-matching code might work. It might be a...
Re-opened this, to add a separate observation/issue wrt the return value of DIRECTORY Currently, DIR * COLLECT DATE prints all the files and dates, but then returns the list of...
This capability was added, and it eliminates some of the "unknown image object" cases. If the GETFN is not defined, the code finds its file in the WHEREIS database, and...
I presume the FILES would have to be at the top of the file, since any P’s before it might not execute if SKETCH hasn’t first been loaded. Could there...
Yes, that’s fixed in the GITFNS PR that hasn’t yet been approved. > On Jul 13, 2022, at 1:06 PM, Nick Briggs ***@***.***> wrote: > > > Having checked out...
I think the master-main thing was intended to be fixed in one of the previous versions, the glitch fixed in the current PR is because the previous calculation of the...
Try it with an atom and not a string: (GIT-MAKE-PROJECT ‘LOOPS …) LMK > On Jul 13, 2022, at 1:39 PM, Nick Briggs ***@***.***> wrote: > > > For the...