Analysis refactoring#65
Merged
Merged
Conversation
A repository is either processed or it's skipped but not both.
0a3c948 to
8370477
Compare
Closed
Collaborator
Author
This makes it easier to distinguish between hooks and the actual analysis. The lost information, that this analysis is about commit history, could be recovered by creating a new package for history related analysis if necessary.
9d5eba2 to
03b48b7
Compare
pmbittner
approved these changes
Feb 21, 2023
Member
pmbittner
left a comment
There was a problem hiding this comment.
Only one comment and afterwards we can merge.
There are some behavioral changes: - The > temporary fix for renaming from Unchanged to Untouched has been removed. - There are two more metadata keys: `exportedCommits` and `exportedTrees`. These where previously called `processedCommits` and `processedTrees` and used with different meanings in the `DiffTreeMiner` and the validations which caused a bug increasing this these counters twice, although that was probably my mistake, introduced during refactoring or merging. - The order of metadata snapshots has probably changed
03b48b7 to
7f124ac
Compare
Collaborator
Author
|
Added documentation for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactoring of the analysis machinery. These changes where motivated by the changes in the
thesis_lbbranch and where originally discussed in #63. Note that there are some unrelated changes because of this.