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

FIX: Evaluation of ?? #1624

Merged
merged 2 commits into from
Sep 14, 2024

Conversation

0xe
Copy link
Contributor

@0xe 0xe commented Sep 12, 2024

Fixes #1623

@0xe 0xe changed the title FIX: Evaluation of ?. FIX: Evaluation of ?? Sep 12, 2024
@0xe 0xe force-pushed the scratch/satish/fix-nullish-coalescing-1623 branch from 96007ee to a90f268 Compare September 12, 2024 14:21
@p-bakker
Copy link
Collaborator

Assume this isn't covered by any test from test262?

@p-bakker
Copy link
Collaborator

Looks like the pipeline fails due to some failing tests

@0xe
Copy link
Contributor Author

0xe commented Sep 13, 2024

Assume this isn't covered by any test from test262?

Yeah, this isn't covered. Will raise a PR against 262 to add this scenario.

@0xe
Copy link
Contributor Author

0xe commented Sep 13, 2024

Looks like the pipeline fails due to some failing tests

I'm working on fixing those.

@0xe 0xe force-pushed the scratch/satish/fix-nullish-coalescing-1623 branch from a90f268 to e308753 Compare September 13, 2024 11:35
@0xe 0xe force-pushed the scratch/satish/fix-nullish-coalescing-1623 branch from e308753 to 36d744d Compare September 13, 2024 11:36
@0xe 0xe marked this pull request as ready for review September 13, 2024 11:37
@0xe 0xe requested a review from p-bakker September 13, 2024 11:37
@p-bakker
Copy link
Collaborator

Besides that minor comment this LGTM

@0xe 0xe requested a review from p-bakker September 14, 2024 20:07
@gbrail
Copy link
Collaborator

gbrail commented Sep 14, 2024

Looks good to me too. Thanks!

@gbrail gbrail merged commit 83ee610 into mozilla:master Sep 14, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

Nullish Coalescing operator - functions shouldn't be evaluated multiple times
3 participants