python / miss-islington

🐍🍒⛏🤖 - A bot for backporting and merging CPython pull requests
Apache License 2.0
107 stars 39 forks source link

is automated dependency analysis useful? #193

Open aspiers opened 5 years ago

aspiers commented 5 years ago

Forgive me for barging in here - I have only just discovered this project so I know very little about it, but maybe my tool could help with your automated backports in the cases where cherry-picking causes conflicts due to the commit being backported relying on other commits?

https://github.com/aspiers/git-deps#use-case-1-porting-between-branches

I would certainly not claim that this can always be safely used to fully automate the resolution of conflicts. However it can serve as a useful assistant to a) provide an estimate of the complexity of the porting task and which dependent commits might need to be included in the port.

If I'm off the mark here then feel free to close this, but I thought I'd mention it just in case it's useful :-)

Mariatta commented 5 years ago

GitMate.io thinks possibly related issues are https://github.com/python/core-workflow/issues/100 (Automate backport PR creation), and https://github.com/python/core-workflow/issues/10 (Identify potential new developers through authorship analysis).