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

Think of a good representation of merge operations in the log file #12

Open
Reemh opened this issue Jul 9, 2015 · 1 comment
Open

Comments

@Reemh
Copy link
Owner

Reemh commented Jul 9, 2015

so far it only logs the resulted merged row/col in the modifier.

In the diff finder it logs the deleted rows/cols as "del" and the merged one as "merge".

@Reemh
Copy link
Owner Author

Reemh commented Aug 26, 2015

So far the merge in the log has the following structure

operation type id position data
merge column (or row) col1+col2, col1, col2 pos_of_merged, pos1, pos2
split column (or row) col1, col2, col1+col2 pos_of_merged, pos1, pos2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant