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(node/v8): stub serializer methods #24502

Merged
merged 1 commit into from
Jul 10, 2024
Merged

fix(node/v8): stub serializer methods #24502

merged 1 commit into from
Jul 10, 2024

Conversation

marvinhagemeister
Copy link
Contributor

@marvinhagemeister marvinhagemeister commented Jul 10, 2024

Stubbing a few of Node's v8 serializer methods makes the tap test runner at least start. Previously, it would fail to boot up as some instances of DefaultSerializer are constructed eagerly 🎉

Before:
Screenshot 2024-07-10 at 16 41 30

After:

Screenshot 2024-07-10 at 16 39 35

Fixes #24409

@marvinhagemeister marvinhagemeister merged commit 60668c1 into main Jul 10, 2024
17 checks passed
@marvinhagemeister marvinhagemeister deleted the stub-node-v8 branch July 10, 2024 17:46
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.

Bug: node-tap Error: Not implemented: v8.DefaultSerializer.prototype.constructor
3 participants