Skip to content

Merge next into master #533

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

Merged
merged 12 commits into from
Jul 17, 2024
Merged

Merge next into master #533

merged 12 commits into from
Jul 17, 2024

Conversation

jsumners
Copy link
Member

@jsumners jsumners commented Jul 9, 2024

As titled.

gurgunday and others added 11 commits January 28, 2024 10:38
* fix error in processing file

* fix error in processing file

* add test

* fix close

* fix test

* lint

* revert change

* Revert "revert change"

This reverts commit 17ec56c.

* node 14 :(

* node 14 :(

* add file

* use filePath

* delete foo

* revert change

* remove console.log

* add test number

* increase timeout

* try fixing the error

* try fixing the error

* try reverting?

* Revert "try reverting?"

This reverts commit 35aca1e.

* 90

* fix error

* fix error

* let request aborted destroy the file

* simplify

* simplify

* ci
* fix error in processing file

* fix error in processing file

* add test

* fix close

* fix test

* lint

* revert change

* Revert "revert change"

This reverts commit 17ec56c.

* node 14 :(

* node 14 :(

* add file

* use filePath

* delete foo

* revert change

* remove console.log

* add test number

* increase timeout

* try fixing the error

* try fixing the error

* try reverting?

* Revert "try reverting?"

This reverts commit 35aca1e.

* 90

* fix error

* fix error

* let request aborted destroy the file

* simplify

* simplify

* ci
* fix error in processing file

* fix error in processing file

* add test

* fix close

* fix test

* lint

* revert change

* Revert "revert change"

This reverts commit 17ec56c.

* node 14 :(

* node 14 :(

* add file

* use filePath

* delete foo

* revert change

* remove console.log

* add test number

* increase timeout

* try fixing the error

* try fixing the error

* try reverting?

* Revert "try reverting?"

This reverts commit 35aca1e.

* 90

* fix error

* fix error

* let request aborted destroy the file

* simplify

* simplify

* ci
@jsumners jsumners marked this pull request as ready for review July 16, 2024 11:04
@jsumners jsumners requested a review from mcollina July 16, 2024 11:04
Comment on lines -12 to +11
const sendToWormhole = require('stream-wormhole')
const streamToNull = require('./lib/stream-consumer')
Copy link
Member Author

Choose a reason for hiding this comment

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

I had to rip out this dependency because it was hanging up the big.test.js test (I think it was never consuming the stream). When I got done fixing the coverage requirement to get npm test to return $? === 0, I thought I already had a commit with the replacement and did a git commit --amend -n and couldn't figure out how to quit Vim without the commit going through. So it got amended into the rebase commit 🤷‍♂️

Co-authored-by: Gürgün Dayıoğlu <[email protected]>
Signed-off-by: James Sumners <[email protected]>
@jsumners jsumners merged commit f634619 into master Jul 17, 2024
30 checks passed
@jsumners jsumners deleted the next branch July 17, 2024 11:21
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.

2 participants