Larry Masinter
Larry Masinter
I was suggesting instead of "If the merge looks good, go back to github to click "approve"." use the gh command if you have it installed and authenticated.
``` gh auth login --help Authenticate with a GitHub host. The default authentication mode is a web-based browser flow. Alternatively, pass in a token on standard input by using `--with-token`....
28 days -- i think we need some timeouts on either request change or approve Pull Request 545 has no changes to Lisp code, it's documentation.
Reply to email about GITFNS for PR #684 there are a few files (not many) that got moved AND also edited.(but in different commits). This shows up in the git...
i could split this up into a series of PRs. In the case of MEDLEY-UTILS there were two changes (in separate commits). The problem with gitfns only dealing in branches...
or fix make-whereis-hash to only index files in subdirectories that FINDFILE can find. I'll try that.
Another possibility would be to filter or even just prioritize the results of WHEREIS in its caller when looking up in the hash file.
I'm thinking now that we can make FNS write out CL:DEFUN and CL:DEFMACRO definitions and make VARS would include (and save) those variables defined with DEFCONSTANT DEFPARAMETER. TYPESOF would return...
My current thinking has been to merge FNS and FUNCTIONS, VARS and VARIABLES. You can also use the singular -- every entry goes through GETFILEPKGTYPE. There are definitions that are...