Skip to content

ref(aci): Fully separate detector types #95182

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

Merged
merged 2 commits into from
Jul 9, 2025
Merged

Conversation

malwilley
Copy link
Member

@malwilley malwilley commented Jul 9, 2025

We were using a shared Detector type everywhere, which meant that there were a lot of type guards sprinkled around. This introduces more concrete types for each kind of detector to make type checking more useful.

@malwilley malwilley requested a review from a team as a code owner July 9, 2025 22:34
@malwilley malwilley force-pushed the malwilley/aci-monitor-types branch from 9f29759 to fa1c2c5 Compare July 9, 2025 22:34
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 9, 2025
Copy link
Member

@scttcper scttcper left a comment

Choose a reason for hiding this comment

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

really nice

@malwilley malwilley merged commit e473371 into master Jul 9, 2025
47 checks passed
@malwilley malwilley deleted the malwilley/aci-monitor-types branch July 9, 2025 23:51
ryan953 pushed a commit that referenced this pull request Jul 9, 2025
We were using a shared `Detector` type everywhere, which meant that
there were a lot of type guards sprinkled around. This introduces more
concrete types for each kind of detector to make type checking more
useful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants