-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 consistent wording for checking types of completions #2644
Labels
completion records
Relates to completion records, and ? / ! notation.
editorial change
establishes editorial conventions
Comments
jmdyck
added a commit
to jmdyck/ecma262
that referenced
this issue
Sep 4, 2023
Mostly, change: _x_.[[Type]] is ~foo~ to: _x_ is a foo completion Resolves issue tc39#2644.
jmdyck
added a commit
to jmdyck/ecma262
that referenced
this issue
Sep 21, 2023
Mostly, change: _x_.[[Type]] is ~foo~ to: _x_ is a foo completion Resolves issue tc39#2644.
jmdyck
added a commit
to jmdyck/ecma262
that referenced
this issue
Oct 13, 2023
Mostly, change: _x_.[[Type]] is ~foo~ to: _x_ is a foo completion Resolves issue tc39#2644.
ljharb
pushed a commit
to jmdyck/ecma262
that referenced
this issue
Nov 3, 2023
Mostly, change: _x_.[[Type]] is ~foo~ to: _x_ is a foo completion Resolves issue tc39#2644.
Fixed by #3163. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
completion records
Relates to completion records, and ? / ! notation.
editorial change
establishes editorial conventions
Some places we say "is an abrupt completion", some places we check the
[[Type]]
slot explicitly. Probably better to use the "is an X completion" wording throughout, since it reads nicer.The text was updated successfully, but these errors were encountered: