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

Enumerate spec violations #23

Open
littledan opened this issue Jul 15, 2020 · 2 comments
Open

Enumerate spec violations #23

littledan opened this issue Jul 15, 2020 · 2 comments

Comments

@littledan
Copy link
Member

I think it would be useful to enumerate spec violations and see which ones we can and can't fix over time.

@rricard
Copy link
Contributor

rricard commented Jul 16, 2020

@nicolo-ribaudo we should do a session where we go through the spec and do that

@mhofman
Copy link

mhofman commented Aug 12, 2021

I believe the current polyfill implementation interns the first 0 value and later uses that when it encounters another +0 or -0.

const nz = #[-0];
log(Object.is(#[+0][0], +0)); // false, should be true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants