-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set up list for classifying files without moving them -- for gather-info #891
Conversation
I've been looking for a way of marking files for sorting out the ones we want to promote, to keep, to move to some other repo, to include in the "everything" masterscope database vs those that are trash etc. The current setup (with lists of files that ere 'OK' per directory (OKLIBRARY OKSOURCES OKLISPUSERS) wasn't good enough. There is another PR to make the FULLER.DATABASE and include it in the release (and the dribble files since they're small) . |
https://github.com/Interlisp/medley/issues?q=is%3Aopen+is%3Aissue+label%3Acleanup shows we've started with issue #7 and a Google Sheets spread sheet but we haven't made a lot of progress. |
GITFNS indicates that the following files are newer in origin/master than in this PR: VTCHAT So, if this is merged, will those files move backwards? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at just the 3 files that github says have changed, not all the other files that GITFNS is reporting.
Github reports a conflict with MEDLEY-UTILS, and GITFNS shows a current (origin/master) version than the one that is in the github compare (4-Aug instead of 17-Jul). So there is some unscrambling needed. My understanding is that in MEDLEY-UTILS you are just changing the way you register which files should be included in the gather-info.
The changes to LOADUP-FULL and LOADUP-LISP look good.
I'm not sure how to avoid introducing this kind of conflict when trying to "isolate" changes that can be approved and merged independently -- not sure how it happened. Once the PR is approved by a reviewer, resolving the conflict manually is pretty simple if it's just a matter of pulling the conflicting file from one branch to another. It should be possible to resolve the conflict ahead of approval.. |
Looking at the MEDLEY-UTILS most recently checked into origin/master:
It's really not that useful to have a versioned file system at all if the version numbers are going to jump about all over the place even within a single user's files... |
Regarding the files in different states --
so the following files changed on the master branch between the time that the gather-info branch branched from master and now:
and the following files changed on the gather-info branch (and will be merged back into the master branch when the PR is acted on) --
Since there are files that are common between the two lists, MEDLEY-UTILS and its LCOM, the GITFNS comparison should be squawking about a conflict. Only the files that are listed as being different between the merge-base and the tip of the gather-info branch are going to be merged when the PR is completed. |
I redid this PR with the conflict resolved PR #927, so I will close this one. |
You could have used the instructions that github points you at for resolving merge conflicts using the git command line. |
what i've been doing to run in a system with all the PR's applied is |
No description provided.