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

Only rely on context IUs for filtering project dependencies #3239

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

Copy link

github-actions bot commented Dec 12, 2023

Test Results

   576 files  +3     576 suites  +3   3h 35m 17s ⏱️ + 12m 31s
   380 tests +1     374 ✔️ +1    6 💤 ±0  0 ±0 
1 140 runs  +3  1 121 ✔️ +3  19 💤 ±0  0 ±0 

Results for commit 4cb76bd. ± Comparison against base commit b141146.

♻️ This comment has been updated with latest results.

Currently the context IUs are not used to filter project requirements,
this can result in dependencies that are actually disabled to be
included in the project dependencies.

This now removes the previous special handling of fragments by fully
depend on only the context IUs and maximum requirements, for this
purpose the filtering has to be made on project specific contextIUs and
can't just store one collection of filtered items for all callers.

Fix eclipse-tycho#3197
@laeubi laeubi merged commit e09e8f0 into eclipse-tycho:main Dec 15, 2023
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