Skip to content

fix: handle analysis of decls more correctly#3190

Open
neoto wants to merge 1 commit intozigtools:masterfrom
neoto:ref-analysis
Open

fix: handle analysis of decls more correctly#3190
neoto wants to merge 1 commit intozigtools:masterfrom
neoto:ref-analysis

Conversation

@neoto
Copy link
Copy Markdown
Contributor

@neoto neoto commented May 2, 2026

Handles references to aliased decls more correctly by distinguishing between containers and runtime types. Compared to
#3189 which special cases renames, this should address the root cause, fixing both renaming and highlighting symbols. I also added regression tests that fail without the changes on this branch.

Closes #3184

Handles references to aliased decls more correctly by distinguishing
between containers and runtime types. Compared to
zigtools#3189 which special cases renames,
this _should_ address the root cause, fixing both renaming and
highlighting symbols. I also added regression tests that fail without
the changes on this branch.

Closes zigtools#3184
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.

Rename symbol renames the value instead of the constant binding

1 participant