-
Notifications
You must be signed in to change notification settings - Fork 335
Fix deps of skipped ports getting added to the CI run #1821
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
Fix deps of skipped ports getting added to the CI run #1821
Conversation
| std::string msg; | ||
|
|
||
| // First, print ports that were excluded early (before dependency resolution) | ||
| for (const auto& excluded_spec : ports_to_exclude) |
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.
This is a good idea I missed in my version of the same #1822 (comment)
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.
In #1822 (comment) in addition to fixing this problem I also fixed the "Summary" at the end to properly note that these were EXCLUDED
|
should this be closed in favor of #1822 ? |
Probably not, since I used ideas in here and am still looking at it a bit. Hope to have that ready for review with more tests and the edge cases the team asked me to investigate tomorrow. |
|
Closing this as its effect was merged into #1822 |
Provided by Claude Sonnet 4.5 after longer discussions.
What I like:
FilteredPortFileProvider(damn was unnecessary)What I don like:
alternative to #1822