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

Use dotted intrinsic form from ecma262 #5655

Merged
merged 1 commit into from
Jun 18, 2020
Merged

Use dotted intrinsic form from ecma262 #5655

merged 1 commit into from
Jun 18, 2020

Conversation

ljharb
Copy link
Contributor

@ljharb ljharb commented Jun 18, 2020

In the ecma262 spec, we've added a new intrinsic notation form that will avoid unbounded growth of our list of intrinsics.

Specifically, things like %ArrayPrototype% and %ObjProto_valueOf% should now be represented as %Array.prototype% and %Object.prototype.valueOf%, respectively.

Our intention is to delete the "legacy" forms entirely in favor of the dotted forms.

See whatwg/webidl#898 and whatwg/webidl#897.

In the ecma262 spec, we've added a [new intrinsic notation form](tc39/ecma262#1376) that will avoid unbounded growth of our list of intrinsics.

Specifically, things like `%ArrayPrototype%` and `%ObjProto_valueOf%` should now be represented as `%Array.prototype%` and `%Object.prototype.valueOf%`, respectively.

Our intention is to delete the "legacy" forms entirely in favor of the dotted forms.

See whatwg/webidl#898 and whatwg/webidl#897.
@ljharb
Copy link
Contributor Author

ljharb commented Jun 18, 2020

What other repos will I need to update?

Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

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

This LGTM (and note that this change is self-contained and has no dependency on Web IDL or other specs). I'll hold off on merging a bit to give others time to look at it, but thank you!

The only other spec I can think of that uses ES intrinsics directly is https://infra.spec.whatwg.org/#json

@domenic domenic added the integration Better coordination across standards needed label Jun 18, 2020
@domenic
Copy link
Member

domenic commented Jun 18, 2020

Can you or your employer sign the participant agreement at https://participate.whatwg.org/agreement?

@ljharb
Copy link
Contributor Author

ljharb commented Jun 18, 2020

Thanks, I just signed the participation agreement; seems like it's awaiting verification.

@domenic domenic merged commit b1078ae into whatwg:master Jun 18, 2020
@ljharb ljharb deleted the intrinsic_notation branch June 18, 2020 22:36
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 19, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 19, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 19, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 19, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 24, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Aug 10, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Aug 11, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Aug 27, 2020
ljharb added a commit to ljharb/ecma262 that referenced this pull request Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration Better coordination across standards needed
Development

Successfully merging this pull request may close these issues.

2 participants