Skip to content
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

TS.5.c Add documentation #5

Closed
cbizon opened this issue Mar 5, 2020 · 0 comments
Closed

TS.5.c Add documentation #5

cbizon opened this issue Mar 5, 2020 · 0 comments

Comments

@cbizon
Copy link
Contributor

cbizon commented Mar 5, 2020

Update the README to include user-level documentation. What the service is and how to use it.

@cbizon cbizon added this to To do in SRI Mar 5, 2020
@cbizon cbizon moved this from To do to Done in SRI Mar 15, 2020
@cbizon cbizon closed this as completed Mar 15, 2020
@cbizon cbizon removed this from Done in SRI Sep 15, 2020
gaurav added a commit that referenced this issue Jul 6, 2023
This PR is a first stab at comparing clusters between Babel runs. It does this by:
 - Making a list of all the identifiers in the current and previous run.
 - Identifying all the clusters in the current and previous run that mention that identifier.
 - Comparing the sets of clusters to see if things have changed.
 - Classifying those changes in one of the following ways:
   - `ERROR_BLANK`: for some reason, both previous and current clusters are empty.
   - `UNCHANGED`: both previous and current clusters are identical, i.e. the identifier is unchanged.
   - `DELETED`: the identifier is present in one or more previous clusters and no current clusters, i.e. the identifier has been deleted.
   - `ADDED`: the identifier is present in one or more current clusters and no previous clusters, i.e. the identifier has been added.
   - `CHANGED_WITH_IDENTICAL_IDENTIFIERS`: there are differences between the previous and current clusters, but the set of identifiers is identical, so it looks like only the labels have changed.
   - `CHANGED_WITH_SOME_SHARED_IDENTIFIERS`: at least one other identifier (not counting the identifier being compared) is shared between the previous and current clusters.
   - `CHANGED`: any other comparison not listed above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant