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

Disallow lazy as a local variable modifier #214

Merged
merged 1 commit into from
Aug 28, 2022
Merged

Conversation

alex-pinkus
Copy link
Owner

@alex-pinkus alex-pinkus commented Aug 28, 2022

Because this is technically not allowed, allowing it here means that we end up disallowing lazy as an identifier in local scope (which is wrong -- it's a default function on collections!)

This fixes a top-repo error!

Because this is technically not allowed, allowing it here means that we
end up _disallowing_ `lazy` as an identifier in local scope (which is
wrong -- it's a default funciton on collections!)

This fixes a top-repo error!
@alex-pinkus alex-pinkus merged commit 5602835 into main Aug 28, 2022
@alex-pinkus alex-pinkus deleted the lazy-cannot-be-local branch August 28, 2022 20:21
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.

1 participant