Skip to content

Fix double-lookups into Scope and map#9062

Open
abadams wants to merge 1 commit intomainfrom
abadams/double_lookup
Open

Fix double-lookups into Scope and map#9062
abadams wants to merge 1 commit intomainfrom
abadams/double_lookup

Conversation

@abadams
Copy link
Member

@abadams abadams commented Mar 18, 2026

In several places we were checking something was in a scope, and if so, looking it up again to actually do something with it. We should use ::find (or ::shallow_find for a mutable reference into a Scope)

No functional impact.

In several places we were checking something was in a scope, and if so,
looking it up again to actually do something with it. We should use
::find (or ::shallow_find for a mutable reference into a Scope)

No functional impact.
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