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

Update goja to include Promise and sourcemap fixes #2197

Merged
merged 3 commits into from
Oct 26, 2021
Merged

Conversation

mstoykov
Copy link
Contributor

No description provided.

@github-actions github-actions bot requested review from inancgumus and na-- October 25, 2021 07:33
inancgumus
inancgumus previously approved these changes Oct 25, 2021
Copy link
Member

@na-- na-- left a comment

Choose a reason for hiding this comment

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

What happens when you delete this from the pathBasedBlock:

"test/built-ins/Promise",

Looking at the diff, probably this can be removed as well:

"test/built-ins/NativeErrors/AggregateError",

🤔 I wonder if we shouldn't remove all of the blocks? The CI time might be longer, but at least we won't miss any changes or partial implementations of these features

@mstoykov
Copy link
Contributor Author

@na-- I started by updating it the same way it's in the upstream repo, but got 2k+ failures of all the async code we currently don't disable, so I guess I am gonna wait on that for at least some time as I don't really want to try to figure out what needs to be disabled or have 5k+ failures in hope I catch a regression combing through those :(

@mstoykov mstoykov added this to the v0.35.0 milestone Oct 26, 2021
@mstoykov mstoykov merged commit 59aa1ce into master Oct 26, 2021
@mstoykov mstoykov deleted the updateGoja branch October 26, 2021 11:45
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.

3 participants