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

Use the target of aliases when resolving name signatures and iterators #2669

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

paulcadman
Copy link
Collaborator

As well as this fix we rename lens scopedIdenName to scopedIdenSrcName. scopedIdenSrcName refers to the name of an identifier from the source code. The name scopedIdenName is confusing because users of ScopedIden may think that this lens refers to the only name associated with ScopedIden, they may want scopedIdenNameFinal instead.

scopedIdenSrcName refers to the name of an identifier from the source
code. The name `scopedIdenName` is confusing because users of
`ScopedIden` may think that this lens refers to the only name associated
with ScopedIden, they may want scopedIdenNameFinal instead.
@lukaszcz lukaszcz force-pushed the alias-record-constructor-bug branch from c4c1690 to 477c801 Compare February 26, 2024 10:20
@paulcadman paulcadman merged commit 346b18f into main Feb 26, 2024
4 checks passed
@paulcadman paulcadman deleted the alias-record-constructor-bug branch February 26, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiler crash when using an alias to a record constructor
3 participants