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

Fix unused component detection #487

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Fix unused component detection #487

merged 2 commits into from
Nov 19, 2024

Conversation

zagy
Copy link
Member

@zagy zagy commented Nov 18, 2024

There was a bug in unused component detection which was triggered occasionally. It is not entirely clear what triggered it, but it "helped" to have a lot of components.

@zagy zagy marked this pull request as draft November 18, 2024 11:44
@zagy zagy force-pushed the fix-dependency-error branch 3 times, most recently from 9882aec to 418ba66 Compare November 18, 2024 13:09
There was a bug in unused component detection which was triggered occasionally. It is not entirely clear what triggered it, but it "helped" to have a lot of components.
@zagy zagy changed the title Fix dependency error Fix unused component detection Nov 18, 2024
@zagy zagy requested a review from ctheune November 18, 2024 14:30
@zagy zagy self-assigned this Nov 18, 2024
@zagy zagy marked this pull request as ready for review November 18, 2024 14:31
[s.root for s in self._subscriptions(resource, None)]
[s.root for s in self._subscriptions(resource, host)]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is what actually fixed the bug :)

@zagy zagy merged commit 74d2579 into main Nov 19, 2024
15 checks passed
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