Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Option --find-renames doesn't work for --output=dyff #632

Open
lucasfcnunes opened this issue Jun 19, 2024 · 1 comment
Open

Option --find-renames doesn't work for --output=dyff #632

lucasfcnunes opened this issue Jun 19, 2024 · 1 comment

Comments

@lucasfcnunes
Copy link
Contributor

lucasfcnunes commented Jun 19, 2024

diff

--output diff --find-renames=0
x has been removed.
y has been added.

vs (when --find-renames=0.2)
x has changed.

simple

--output simple --find-renames=0
x to be removed.
y to be added.
Plan: 1 to add, 0 to change, 1 to destroy.

vs (when --find-renames=0.2)
x to be changed.
Plan: 0 to add, 1 to change, 0 to destroy.

dyff (issue)

--output dyff --find-renames=0
- one document removed:
⇆ order changed
x y

vs (when --find-renames=0.2)
* same as above * <= MY ISSUE - I expected something like simple and diff but in dyff format
@yxxhero
Copy link
Collaborator

yxxhero commented Jun 19, 2024

@lucasfcnunes PR is welcome.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants