Closed halostatue closed 5 years ago
@knu I believe that this fixes everything. All of the tests pass, but I’d appreciate some additional eyes on this because it is a fairly large change.
Sorry for the delay, I’ll look into this later today!
Looks good, except that .flatten
is still mentioned in a couple of places in the documentation, which should be updated.
I don't really get the idea of a "patchset" yet, but is it a mix of a single Change/ContextChange object or an array of them?
Your reading of 'patchset' is correct; it is an ordered array of changes, where a group of related changes may themselves be an array of changes.
This required some level of code remediation in the main library, but all tests now pass:
Fixes #48.