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

release-2020.03.30 to develop #2134

Merged
merged 3 commits into from
Apr 6, 2020
Merged

release-2020.03.30 to develop #2134

merged 3 commits into from
Apr 6, 2020

Conversation

AndreMiras
Copy link
Member

@AndreMiras AndreMiras commented Apr 4, 2020

Resolved conflict locally, see log below (from develop branch):

$ git merge --no-ff release-2020.03.30 
Auto-merging tests/test_recipe.py
Auto-merging tests/test_bootstrap.py
CONFLICT (modify/delete): testapps/setup_testapp_python3.py deleted in HEAD and modified in release-2020.03.30. Version release-2020.03.30 of testapps/setup_testapp_python3.py left in tree.
Auto-merging pythonforandroid/recommendations.py
Auto-merging pythonforandroid/recipes/python3/__init__.py
Auto-merging pythonforandroid/recipes/protobuf_cpp/__init__.py
Auto-merging pythonforandroid/recipes/numpy/__init__.py
CONFLICT (modify/delete): pythonforandroid/python.py deleted in HEAD and modified in release-2020.03.30. Version release-2020.03.30 of pythonforandroid/python.py left in tree.
Auto-merging pythonforandroid/archs.py
Auto-merging .travis.yml
CONFLICT (content): Merge conflict in .travis.yml
Automatic merge failed; fix conflicts and then commit the result.

@AndreMiras AndreMiras mentioned this pull request Apr 4, 2020
@AndreMiras AndreMiras requested a review from inclement April 4, 2020 22:56
inclement
inclement previously approved these changes Apr 5, 2020
@inclement
Copy link
Member

I didn't see what conflicts you needed to resolve, but I'm happy to assume it wasn't something worth worrying about. Will leave you to confirm and merge though. Thanks!

```
git mergetool

This message is displayed because 'merge.tool' is not configured.
See 'git mergetool --tool-help' or 'git help config' for more details.
'git mergetool' will now attempt to use one of the following tools:
opendiff kdiff3 tkdiff xxdiff meld tortoisemerge gvimdiff diffuse diffmerge ecmerge p4merge araxis bc codecompare smerge emerge vimdiff
Merging:
.travis.yml
pythonforandroid/python.py
testapps/setup_testapp_python3.py

Normal merge conflict for '.travis.yml':
  {local}: modified file
  {remote}: modified file
Hit return to start merge resolution tool (vimdiff):
4 files to edit

Deleted merge conflict for 'pythonforandroid/python.py':
  {local}: deleted
  {remote}: modified file
Use (m)odified or (d)eleted file, or (a)bort? d

Deleted merge conflict for 'testapps/setup_testapp_python3.py':
  {local}: deleted
  {remote}: modified file
Use (m)odified or (d)eleted file, or (a)bort? d
```
@AndreMiras
Copy link
Member Author

Yes the conflict merge doesn't appear really and I've edited the actual merge commit to include the conflicting files and action taken. And also I realised testapps/setup_testapp_python3.py should have been deleted not modified.
What I suspect happened for testapps/setup_testapp_python3.py is we touched this file in the release branch via 24037dc while it got deleted in develop while we were releasing, so conflict makes sense.
Then for pythonforandroid/python.py and .travis.yml I'm not sure, maybe when we merged master back to the release theses file were also altered somehow.
Merge commit message now contains:

git mergetool

This message is displayed because 'merge.tool' is not configured.
See 'git mergetool --tool-help' or 'git help config' for more details.
'git mergetool' will now attempt to use one of the following tools:
opendiff kdiff3 tkdiff xxdiff meld tortoisemerge gvimdiff diffuse diffmerge ecmerge p4merge araxis bc codecompare smerge emerge vimdiff
Merging:
.travis.yml
pythonforandroid/python.py
testapps/setup_testapp_python3.py

Normal merge conflict for '.travis.yml':
  {local}: modified file
  {remote}: modified file
Hit return to start merge resolution tool (vimdiff):
4 files to edit

Deleted merge conflict for 'pythonforandroid/python.py':
  {local}: deleted
  {remote}: modified file
Use (m)odified or (d)eleted file, or (a)bort? d

Deleted merge conflict for 'testapps/setup_testapp_python3.py':
  {local}: deleted
  {remote}: modified file
Use (m)odified or (d)eleted file, or (a)bort? d

I think we're good to go, could you give it another look?

@AndreMiras AndreMiras requested a review from inclement April 5, 2020 08:48
@inclement inclement merged commit 7a4ecf2 into kivy:develop Apr 6, 2020
@inclement
Copy link
Member

Nice :)

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

Successfully merging this pull request may close these issues.

2 participants