-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
runtime: removing singleton access from validator #20015
Conversation
Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
/retest |
Retrying Azure Pipelines: |
/retest |
Retrying Azure Pipelines: |
/retest |
Retrying Azure Pipelines: |
/wait |
Signed-off-by: Alyssa Wilk <[email protected]>
huh, the failing test seems unrelated. I'll try a main merge in case something else changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks this makes sense to me. Happy to merge this as I will have to merge this into #20111. Thank you for slogging through this!
This does make the deprecation stats have the same problem as the WIP stats, which is that using getStrictValidationVisitor doesn't update deprecation stats. I could do the same trick in source as I did in test and cast-and-set if we have concerns about that.
Risk Level: low
Testing: existing tests
Docs Changes: n/a
Release Notes: n/a
Part of #19847