-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Resolve merge conflict for #3558 #3559
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There must be a better way, but I don't know it.
Seems like @mathemancer and @Anish9901 are half way through fixing this problem, but I just wanted to chime in to say that (in the future) I think we'd be able to address problems like this by doing something the following locally:
Perhaps I'm not understanding the problem correctly though. Note that with |
Yes, I'll do that.
|
From what I can tell, we had one change which deleted a file and another change which modified that same file. In the context of resolving a merge conflict between those two kinds of changes |
Ahh I see. Sorry for the confusion! For some reason I thought the we deleted the file. |
In #3546 we removed a bunch of stuff related to the Debian build form our codebase of which one was
pyproject.toml
, during the release process however, we change the version number in thepyproject.toml
file which is now producing conflict in #3558. This PR is a temporary fix to resolve the conflict to get #3558 merged, and we could revert the changes made in this PR later.Checklist
Update index.md
).develop
branch of the repositoryvisible errors.
Developer Certificate of Origin
Developer Certificate of Origin