We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running migration fixer on the same branch doesn't correctly identify the files that should be updated and falsely reports a successful status
Running migration fixer on the base branch that a conflict was detected naively resolves conflicts by checking the migration tree
IF:
c / a \ b -> d
USE
a -> b -> d -> c
c / a \ b
a -> b -> c OR a -> c -> b
NOTE: This might require checking the modified time or some time value in git that includes the mtime
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this feature missing in the latest version?
Is your feature request related to a problem? Please describe.
Running migration fixer on the same branch doesn't correctly identify the files that should be updated and falsely reports a successful status
Describe the solution you'd like?
Running migration fixer on the base branch that a conflict was detected naively resolves conflicts by checking the migration tree
IF:
USE
IF:
USE
Describe alternatives you've considered?
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: