This repository has been 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
Change Socket#read to disallow a read after a timeout
…core-3.2.1 Update scalafmt-core to 3.2.1
…fmt-2.4.5 Update sbt-scalafmt to 2.4.5
…s-effect-3-1.0.7 Update munit-cats-effect-3 to 1.0.7
…rotocol Implement `TLSSocket#applicationProtocol` on JS
parEvalMap* - fix test "cancels unneeded"
…ocket-0.38.15 Update jnr-unixsocket to 0.38.15
Add Signal.waitUntil
…core-3.4.2 Update scalafmt-core to 3.4.2
…o topic/sbt-typelevel-site
Catch thrown errors in `parEvalMap`, `parEvalMapUnordered`
…js-1.9.0 Update sbt-scalajs, scalajs-compiler, ... to 1.9.0
…core-3.4.3 Update scalafmt-core to 3.4.3
…evel-0.4.5 Update sbt-typelevel to 0.4.5
…-site Use sbt-typelevel-site plugin to build/publish microsite
…ble-factory Fix Collector.supportsFactory
We modify `Bind` class to make the `step` into an abstract method. For the `BindBind` process, we modify the `bindBindAux` method (for applying continuation) to cut ties to the two Bind objects. An intuition for this is that a `BindBind` is just a node in a stack of continuations, applied to the terminal result of a pull. Once applied, the `BindBind` should not be used again. Cutting this ties allows us to remove the use of the `BuildR` intermediate representation, for the Uncons and StepLeg case interpreters, without this causing the memory leaks tests to fail.
Pull - Cut ties with BindBind, no need for BuildR
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 sinkCrossVersion.for3Use2_13
covary
waitUntil
an instance method for scaladoc friendlinessThanks 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.