This repository was archived by the owner on Oct 28, 2023. It is now read-only.
forked from typelevel/fs2
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove unused dependency to scalajs-dom
Import scodec-stream and scodec-protocols in to fs2
…weaks Improve Node.js server shutdown and error handling
…ubscriberSpec fix hanging test
…-3.1.1 Update ip4s-core to 3.1.1
ipv6 is 16 bytes
added regression test for scodec-stream subproject
Pull - Fix Memory Leak Issue 2693
Added `spaced` function, similar to `metered` but waiting
…ocket-0.38.12 Update jnr-unixsocket to 0.38.12
…ings Hush npm warnings
…mpression Opt-in for FHCRC in gzip compression
Make fs2-io osgi jvm-only
…ests Disable tracing in memory leak tests
…l create an ArraySlice
… parallel test execution, use cross-friendly nowarn unused trick
In the compilation loop, the BuildR simply represents a sort-of callback or continuation, to connect the result of an inner stream. We use them because directly passing the Uncons or the StepLeg runners currently causes memory leaks. However, since the BuildR object itself has no state, we can just reuse a same object all through the compilation.
Fix build warnings
…core-3.3.0 Update scalafmt-core to 3.3.0
…fmt-2.4.6 Update sbt-scalafmt to 2.4.6
Pull Compilation Tweak: reuse BuildR object.
Update sbt to 1.6.0
…6.11.7 Update to node types 16.11.7
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
private[TLSParameters]
parEvalMap
with max concurrency of 1parJoin
onOutcome
readOutputStream
concurrently
for short-circuiting transformersreadOutputStream
short-circuiting issue reproduction as a unit testconcurrently
short-circuiting unit testsTLSSocket#applicationProtocol
on JStext.lines
enhancements:crsOnly
is enabledtext.lines
consistently with other delimitersobserve
termination of observing sinkThanks for opening a PR!
Target the
main
branch if this PR is targeted for the 3.x series and theseries/2.5.x
branch if targeted for the 2.5.x series.If the CI build fails due to Scalafmt, run
sbt fmt
and push the changes (generally a good idea to run this prior to opening the PR).Feel free to ask questions on the fs2 and fs2-dev channels on the Typelevel Discord server.