-
Notifications
You must be signed in to change notification settings - Fork 1
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
Order of files feels backwards #10
Comments
Originally I modeled the input after Patch and https://github.com/google/diff-match-patch The text describes the process as ".... differences is computed which describe the transformation of text1 into text2". I thought of it as:
However I am open to changing it, thoughts? |
That order also matches the order of
|
Fixed in #11 |
When I call dap I expect:
dap <source> <destination>
, it expectsdap <destination> <source>
.What is the rationale behind that?
The text was updated successfully, but these errors were encountered: