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

Avoid endless recursion #4284

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Avoid endless recursion #4284

merged 1 commit into from
Sep 18, 2024

Conversation

Bananeweizen
Copy link
Contributor

  • Normalize path before using it as key in a cache lookup (to avoid /foo/../a to be different than /a)
  • stop recursion if parent model is identical to child model

fixes #3809

* Normalize path before using it as key in a cache lookup (to avoid
/foo/../a to be different than /a)
* stop recursion if parent model is identical to child model

fixes eclipse-tycho#3809
@laeubi laeubi enabled auto-merge (rebase) September 18, 2024 13:16
@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 Sep 18, 2024
@laeubi laeubi merged commit 7c0afd6 into eclipse-tycho:main Sep 18, 2024
10 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

@Bananeweizen Bananeweizen deleted the recursion branch September 18, 2024 18:17
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.

forceContextQualifier has been broken since Tycho 4.0.5
3 participants