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/util): fix util.inherits #959

Merged
merged 2 commits into from
Jun 10, 2021

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jun 9, 2021

Found an error in util.inherits of node module #958 (inherits util doesn't actually inherits the class). This PR fixes it, and enables the test cases from node repository (parallel/test-util-inherits.js)

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -17,7 +17,8 @@
"test-event-emitter-invalid-listener.js",
"test-event-emitter-listener-count.js",
"test-event-emitter-listeners.js",
"test-event-emitter-once.js"
"test-event-emitter-once.js",
"test-util-inherits.js"
Copy link
Member

Choose a reason for hiding this comment

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

👍

@kt3k kt3k merged commit c81f67e into denoland:main Jun 10, 2021
@kt3k kt3k deleted the fix/fix-node-util-inherits branch June 10, 2021 15:06
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.

None yet

2 participants