rmkaplan
rmkaplan
But if it’s a rename I would expect to see R100, if a file is just moved presumably its contents remain the same. Otherwise, if the file was renamed or...
So I’m seeing the history of his actions? It appears that when I see an R100, that the file only exists in its new location (although I should check that...
I don’t think the history is relevant to a pr compare, what matters is the current state of the new branch vs the state of the master. So I think...
But for the promote-internal branch, when I allow for the R067, I run into another problem. It returns a list of 3465 lines (R’s, M’s, A’s), but the last 2...
lispusers/migrations/IL-SIM is a particular nuisance. Can we simply put it on an exclusion list when we are constructing the whereis database?
I don’t know how generic a solution we need. This particular flle is particularly terrible, because its whole point is to override a bunch of standard Interlisp stuff. (It could...
IL-SIM is still in the WHEREIS database and still confusing things. How can we get rid of it?
A first move would be to simply remove the dummy definition menu. It is an-almost-never-right nuisance that pops up whenever you mistype the name of the thing you want to...
CLOSEALL won't do it if the stream has the CLOSEALL property (probably should be DONTCLOSEALL). But it seems that this has nothing to do with whether there are multiple streams...
There may be streams that are dangerous to close, and some of those may not even be registered in the list of open files that the various devices maintain (which...