-
Notifications
You must be signed in to change notification settings - Fork 26.5k
fix(compiler-cli): enhance signal checks to handle negat… #59970
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
Conversation
c2b410c
to
63ec4bb
Compare
63ec4bb
to
e7c2e29
Compare
By adding these checks, we can find scenarios where a signal was expected to be called but wasn't.
e7c2e29
to
40fc150
Compare
A TGP surfaced a handful of legitimate breakages, this will require a cleanup in G3 (Google's monorepo) to land |
@JeanMeche Thanks for feedback. Could you please share more info about what's breaking? It would help me update PR. |
The improvement looks fine, it actually detected negated signals that we need to fix ! |
This PR was merged into the repository by commit b7ab5fa. The changes were merged into the following branches: main |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…ed signals
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
For this code only first interpolation is marked as not invoked.
What is the new behavior?
Now not invoked negated signals are marked.
Does this PR introduce a breaking change?
Other information