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

Use original URL to decide if a IU is provided by reference #3849

Merged
merged 1 commit into from
May 17, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented May 16, 2024

Currently the location of the repository is used, but this can lead to false results if the location is actually is mirrored. In that case a reference is removed even though it contributes to the solution and is afterwards missing.

This now uses a Map of the original URI used to load the repository to check for items that can be removed. Beside that a repository does not only contributes its own IUs but also those that are enclosed in their references as well.

@laeubi laeubi added the backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change label May 16, 2024
@laeubi laeubi enabled auto-merge (rebase) May 16, 2024 13:14
@laeubi laeubi disabled auto-merge May 16, 2024 13:36
Currently the location of the repository is used, but this can lead to
false results if the location is actually is mirrored. In that case a
reference is removed even though it contributes to the solution and is
afterwards missing.

This now uses a Map of the original URI used to load the repository to
check for items that can be removed. Beside that a repository does not
only contributes its own IUs but also those that are enclosed in their
references as well.
Copy link

Test Results

  594 files    594 suites   4h 26m 4s ⏱️
  421 tests   413 ✅  7 💤 1 ❌
1 263 runs  1 240 ✅ 22 💤 1 ❌

For more details on these failures, see this check.

Results for commit a80111b.

@laeubi laeubi merged commit f53ebeb into eclipse-tycho:main May 17, 2024
9 of 11 checks passed
@eclipse-tycho-bot
Copy link

💚 All backports created successfully

Status Branch Result
tycho-4.0.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants