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

Editorial: avoid multiple declarations of an alias #3275

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

michaelficarra
Copy link
Member

This fixes a bug where we can reach the declaration of value not-exactly-once. That is in editorial issue. Fixed using the pattern we already use in many other places, often with the alias v.

Done on top of #3268 as to not conflict. Marking as draft until that is merged.

@bakkot bakkot added the ready to merge Editors believe this PR needs no further reviews, and is ready to land. label Jan 30, 2024
@ljharb ljharb force-pushed the iterator-step-value branch from 6ed5639 to 12d3687 Compare January 31, 2024 00:15
Base automatically changed from iterator-step-value to main January 31, 2024 00:27
@ljharb ljharb force-pushed the IteratorDestructuringAssignmentEvaluation branch from e46362e to 6d7aa1b Compare January 31, 2024 00:27
@ljharb ljharb marked this pull request as ready for review January 31, 2024 00:27
@ljharb ljharb merged commit 6d7aa1b into main Jan 31, 2024
8 checks passed
@ljharb ljharb deleted the IteratorDestructuringAssignmentEvaluation branch January 31, 2024 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Editors believe this PR needs no further reviews, and is ready to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants