-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[service] Potentially conflicting recipes #3517
Comments
this is much inspired by @qchateau 's #3470 and https://github.com/qchateau/conan-center-bot. Thanks for giving me the kick I needed to implement this idea which floated in my head for months! |
IMO this is not necessarily an issue, as changing the same recipe doesn't necessarily result in conflict - PRs may change different files in the recipe or different lines of the file in the recipe, which is totally okay |
Yes, most of the recipes signaled here are probably not "real" conflicts according to git's definition. Still I find int very interesting to know which PRs are in flight on a library, because sometimes a PR supersedes another (some "Fix hooks" PRs can be already handled in another PR, there can be several version bump PRs etc.) By the way, I'm planning to add a "conflict" column to the table, to report actual git conflicts between PRs EDIT: some interesting conflicts currently: |
@ericLemanissier |
currently the list is not ordered, but I'll order it by library name. You are right that illegal recipes should not interfere with legal recipes. I'll remove them from the main table. |
ownership transferred to @ericLemanissierBot #3571 |
The following table lists all the pull requests modifying files belonging to the same recipe.
It is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.
The following pull requests modify several recipes, so they were ignored:
The text was updated successfully, but these errors were encountered: