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

Remove Pumpify since it's broken on Node 10+ #256

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

Hexxeh
Copy link
Contributor

@Hexxeh Hexxeh commented Mar 25, 2021

See: mafintosh/pumpify#15

The result for us is that errors thrown during build can result in the build passing even though there were errors (eg, companion can fail to build and silently not be included.

Fortunately Node 10 adds a similar pipeline method built-in to replace it

For Studio we'll need to use something like https://github.com/dex4er/js-stream.pipeline-shim to polyfill this in the browser.

Signed-off-by: Liam McLoughlin [email protected]

See: mafintosh/pumpify#15

Fortunately Node 10 adds a similar pipeline method built-in

Signed-off-by: Liam McLoughlin <[email protected]>
@Hexxeh Hexxeh requested a review from a team March 25, 2021 12:59
@coveralls
Copy link

coveralls commented Mar 25, 2021

Coverage Status

Coverage decreased (-0.2%) to 73.382% when pulling 0490665 on lmcloughlin/remove-pumpify into 474df4c on master.

@Hexxeh Hexxeh merged commit bd62248 into master Apr 20, 2021
@Hexxeh Hexxeh deleted the lmcloughlin/remove-pumpify branch April 20, 2021 11: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.

None yet

3 participants