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: Fix 2 old bugs re Block-Level Function Declarations #2951

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

jmdyck
Copy link
Collaborator

@jmdyck jmdyck commented Oct 30, 2022

Fixes #2540, which see for all the details.

It's possible that the EvalDeclarationInstantiation insertion point should be one step later (after the "no abnormal terminations" Note), but I'm playing it safe (advancing it the minimum that ensures _declaredVarNames_ is set).

Copy link
Member

@michaelficarra michaelficarra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙂

Copy link
Contributor

@syg syg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had dreaded reviewing this but it didn't turn out to be so bad, lgtm!

@ljharb ljharb requested a review from a team June 1, 2023 05:08
@bakkot bakkot added the ready to merge Editors believe this PR needs no further reviews, and is ready to land. label Jun 22, 2023
@ljharb ljharb merged commit 0213370 into tc39:main Jun 23, 2023
zhangenming pushed a commit to zhangenming/ecma262 that referenced this pull request Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial change ready to merge Editors believe this PR needs no further reviews, and is ready to land. spec bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editorial: Potential mistakes in annexB scoping extensions
5 participants