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: add string decoder as a dependency #522

Merged
merged 4 commits into from Jul 1, 2023

Conversation

jeswr
Copy link
Contributor

@jeswr jeswr commented Jun 30, 2023

Adds string_decoder as a dependency as it is imported here.

The string_decoder package happened to already be a devDependency of readable-stream and hence was not caught as missing by the recently added webpacking tests which have access to the devDependencies. Ideally a test should be added where they do not have access to these.

It appears to me that this used to be a dependency but that was removed in 81c5264#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 - it is not clear to me why as a comment was made about this at the time #471 (comment).

@mcollina
Copy link
Member

mcollina commented Jul 1, 2023

Can you skip those failing jobs in our workflow file? Unfortunately GHA is broken on those old runtimes.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

There is an exclude attribute that you can add to the matrix instead.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@mcollina mcollina merged commit 50435d1 into nodejs:main Jul 1, 2023
105 checks passed
@jeswr jeswr deleted the chore/string-decoder-dep branch July 2, 2023 00:40
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