-
Notifications
You must be signed in to change notification settings - Fork 2
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
Provide a mechanism to compare MDES versions #10
Labels
Comments
ghost
assigned rsutphin
Apr 6, 2012
rsutphin
added a commit
that referenced
this issue
Mar 2, 2013
rsutphin
added a commit
that referenced
this issue
Mar 2, 2013
Includes differences in the corresponding variables.
rsutphin
added a commit
that referenced
this issue
Mar 2, 2013
Also extends Variable#diff to include Variable#type.
rsutphin
added a commit
that referenced
this issue
Mar 2, 2013
Since CodeListEntry is going to be carrying more logic once #diff is implemented on it, it makes sense to put it in a separate file.
rsutphin
added a commit
that referenced
this issue
Mar 2, 2013
Also extends VariableType#diff to include code list differences.
rsutphin
added a commit
that referenced
this issue
Mar 2, 2013
rsutphin
added a commit
that referenced
this issue
Mar 2, 2013
The default (non-strict) diff attempts to only include meaningful changes. It ignores: * Changes to whitespace, punctuation, or case in code list labels * Variable status changes which are not actionable * The unused "global_value" and "master_cl" attributes on CodeListEntry The strict diff includes all these things along with the meaningful changes.
rsutphin
added a commit
that referenced
this issue
Mar 2, 2013
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a differ that can report on changes between the computable representations of two MDES versions. It should consider:
The text was updated successfully, but these errors were encountered: