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

where should use temporary variable names #784

Closed
evhub opened this issue Sep 1, 2023 · 1 comment
Closed

where should use temporary variable names #784

evhub opened this issue Sep 1, 2023 · 1 comment

Comments

@evhub
Copy link
Owner

evhub commented Sep 1, 2023

Will make the variables still usable in lambdas (unlike using del) while making them not usable outside of the scope of the where.

@evhub evhub modified the milestone: v3.0.4 Sep 1, 2023
@evhub
Copy link
Owner Author

evhub commented Sep 2, 2023

The problem with this is that you need to first figure out all the assign names, then go back and replace them all. Which is doable, but a bit tricky. Strategy will probably be to store all the assign names in a parsing context, then regex replace them when handling the where.

evhub added a commit that referenced this issue Sep 2, 2023
@evhub evhub added the resolved label Sep 2, 2023
@evhub evhub closed this as completed Sep 2, 2023
@evhub evhub mentioned this issue Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant