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

Improve SlotReusedDetector #441

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

alexvanyo
Copy link
Contributor

By resolving the call references to check against the parameter, this allows removing the custom shadowing logic, and also fixes cases where a different reference with the same name as the slot was causing false positives.

Fixes #424 and fixes #434

By resolving the call references to check against the parameter, this allows removing the custom shadowing logic, and also fixes cases where a different reference with the same name as the slot was causing false positives.

Fixes slackhq#424 and fixes slackhq#434
@alexvanyo alexvanyo force-pushed the av/improve-slot-reused-detector branch from 006b438 to fda504f Compare October 21, 2024 18:34
@ZacSweers ZacSweers added this pull request to the merge queue Oct 21, 2024
Merged via the queue into slackhq:main with commit a843ae1 Oct 21, 2024
3 checks passed
@ZacSweers
Copy link
Collaborator

Excited to try to use this mechanism to fix #268 too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants