Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typelevel/fs2

Compositional, streaming I/O library for Scala
https://github.com/typelevel/fs2

Remove unused imports from Fs2Suite

ab50b42ee5420a296a4c0093d16fa9dd746a997d authored over 4 years ago
Test cleanup: StreamCombinatorsSuite

9c4b11ffd6401cd8bd465b34750cf62012e01901 authored over 4 years ago
Simpler test for empty streams

f86fadf5871538922eff738595ebc40fda91416f authored over 4 years ago
Test cleanup: HashSuite

9ef60e5d90ed0bcba42e38b0925993394b97225f authored over 4 years ago
Test cleanup: ConcurrentlySuite

95b665beaef074b2d6534aee3ea34bd74e7bc881 authored over 4 years ago
Delete stale TODO

09604933704ecc72d568670872da8176ed46ea33 authored over 4 years ago
Merge branch 'main' into develop

dc65d2b9b2c02a89c532c2751d997d57511a87f3 authored over 4 years ago
Bump munit-cats-effect version

a11eb338371d500f22fd22074d9d7bb7b3340018 authored over 4 years ago
Bump munit-cats-effect version

5795280171eb10fa6be8328981e8d43081e8a849 authored over 4 years ago
Merge branch 'main' into develop

c6cbc65d4a8c2d720e7218383f7c09e778ee91a1 authored over 4 years ago
Bump munit-cats-effect version

43a0721a9b879b7c8f897fd91260ad4ec1670e73 authored over 4 years ago
Update to release version of munit-cats-effect

8e44251f6798871810921b06e3ed2ba2412cc53b authored over 4 years ago
Fixed some compilation warnings

9213a8075d0a7f0ca74862f2172cbed0e0da5b6c authored over 4 years ago
Merge pull request #2102 from domaspoliakas/files-is-file

Added isFile and isDirectory to Files

ac7237389f4594bbd4906595da8345bf0e80532a authored over 4 years ago
Merge pull request #2104 from typelevel/mapoutput_2

Introduce MapOutput constructor.

045ebbbb6c5c940cc6d1201a445adb154fe25397 authored over 4 years ago
MapOutput: introduce constructor move generation.

We introduce a special constructor for the MapOutput operation.
We move the generation of the su...

71968baf9ba2a1ad268e3c3e67a7a695b78f5032 authored over 4 years ago
isDirectory/isFile no longer uses .getAttribute

421d944ca719e1f8599a343f2efcf342b971c7e3 authored over 4 years ago
Merge pull request #2103 from mpilquist/topic/use-munit-cats-effect

Use munit-cats-effect, fix some compiler warnings

33717ac66224ee081648b571dc824d7b349cfa94 authored over 4 years ago
Scalafmt

a6724eed8afc994f6c96e6520b6ac4b28ec396b0 authored over 4 years ago
Use munit-cats-effect, fix some compiler warnings

33142cc5e423fa303f24f2c0daa83c9cd5f8d310 authored over 4 years ago
Removed uneccesary defaults from isDirectory

996474c0b6d043aaa3e1c4b4a38f261a5ab66eab authored over 4 years ago
Added default arguments to isFile/isDirectory

cf862ef473a8be31bfe77f2755d6f89b68f82355 authored over 4 years ago
Added isFile and isDirectory to Files

35de7df7906a74cdb5211da91f9d2afabf772734 authored over 4 years ago
Merge pull request #2100 from diesalbla/resource-append-test

resource append test

e30ee9a94a95c0422c1c5ea79268de0fe06e790b authored over 4 years ago
Merge pull request #2101 from diesalbla/viewl_for_streams

Restrict Pull.ViewL to Streams (Unit result)

6aefadf02183488ad4e71ef148c58901bf5974f2 authored over 4 years ago
Pull ViewL: we only apply it for streams.

The ViewL operation and trait, which represents the unrolling and
construction of a Pull object ...

ed2cd9ac9bded8daf336ae20c64249c6e6c80cd1 authored over 4 years ago
StreamSuite: add a trivial resource-append test.

Test that a Stream.resource followed by an appended stream
will still emit anything inside the r...

bdfa3d7b780d8d77e451714d2da02a1fd65049c4 authored over 4 years ago
Merge pull request #2062 from SystemFw/timed-pull

Timed Pull

e355955e4003e0b294541e3baa0dfed322cd7fb9 authored over 4 years ago
Ignore the secondary groupWithin leak test

e59a02c148b77b83963fa4c0044ca36ce0dad3cb authored over 4 years ago
Upgrade to CE3 M2

bde599ec0dd24564b317872e4afcc355c2947237 authored over 4 years ago
Fix exhaustivity warning

099a13e4e4ca41620fbea38d3c8e1bbadd872d4d authored over 4 years ago
Formatting

7802b8bf7911e806ce60c6a887c6c8fc093df353 authored over 4 years ago
Merge branch 'develop' into timed-pull

52499266f643a1d0c2511440ca052a9cda2ee4fb authored over 4 years ago
Formatting

92c3767e5a800f9008e9563aef017cb1c0e1410e authored over 4 years ago
Remove playground

b3c82038051a81de16834f359accf44a4ca8fb1a authored over 4 years ago
Revamp scaladoc for groupWithin

8ae09471d302556eeacdd580883b0c6c9d7aa122 authored over 4 years ago
Complete scaladoc for Pull.Timed

2eab6b249a8b017186847fa75cfce3958842d311 authored over 4 years ago
Fix scaladoc links

ab6bf2b41ed13481e520f05c4c18a0b2a0131045 authored over 4 years ago
TimedPull --> Pull.Timed

70bcf9bf07dc69693317e518691ddba899c78e4d authored over 4 years ago
Merge branch 'main' into develop

f37da33041a05725e2edbc6b629b00e16cf0ce60 authored over 4 years ago
Merge pull request #2099 from satorg/smallopt-stream-monad-pure

Slightly optimize Monad.pure for Stream

6aecba03162e40502d487fec32b2c58bd6755505 authored over 4 years ago
slightly optimize Monad.pure for Stream

a3c3e24630782864e1d3395e7a0ad3ee86b69125 authored over 4 years ago
Add scaladoc for TimedPull

c00946aea62a624ecd54befeae485a28fc925297 authored over 4 years ago
Merge branch 'main' into develop

fc6b8a9c7ef15fc5a26c4a7e4283050802e2931a authored over 4 years ago
Fix merge

51580294e1e34b75fe189f5600d58576d255096a authored over 4 years ago
Merge pull request #2088 from mpilquist/topic/bracket-full-2

Add Stream.bracketFull

eaeab62281f028f51618c2fd9a29ae576a1e0602 authored over 4 years ago
Merge branch 'develop' into topic/bracket-full-2

7b2ba8812181e3b8a89b5068dbac065ed5dcd723 authored over 4 years ago
Merge pull request #2097 from rkrzewski/feature/cats-effect-kernel-imports

Import from cats.effect.kernel where possible

2420663d6d574834647682761dbe0f7e5524da92 authored over 4 years ago
Merge pull request #2096 from satabin/encode-chunks

Keep chunk structure when encoding text

06d97e93dfb0186fa4faa12460e18b57b906588d authored over 4 years ago
Add scaladoc for pull.timed

4fa9e246826662c301f7c82de24711242769f5bc authored over 4 years ago
Add TimedPull example

e7e93a8d9b0ea137f05e1f51496ddf05c29ee68b authored over 4 years ago
Add ability to cancel a timeout without having to start another one

b21ad2ad1ef7afb7d04cd4cb1c03fb6f2d806388 authored over 4 years ago
Refactor TimedPullSuite

ae13e33390ac07fb9266ed2faa450e4708149110 authored over 4 years ago
Rename TimedPull.startTimer to timeout

c95e4efa259a8ee663a7868cfb7d3262f3e9f459 authored over 4 years ago
Import from cats.effect.kernel where possible

35f64cce96ea1c70c77b9d4e7c6459c5b901d10f authored over 4 years ago
Remove standalone TimedPull

f44178d3cd33c3d3b7a2d8fdd2d6a4d402008cf3 authored over 4 years ago
Move definition of TimedPull into timed method

0d5dd134a315886714b4d85f8420a0de7316b469 authored over 4 years ago
Eliminate custom Timeout class in TimedPull

7044f854953ff797e7b430e4824ad400e48e72b3 authored over 4 years ago
Redesign timeouts in TimedPull to allow shortening of timeouts

f0b89dc5fd7196fb85083854ba96a23bcea3437f authored over 4 years ago
Specify the ability to shorten timeouts

f1c5cb3f92b5f3a861c482133e8b3f7a14eae385 authored over 4 years ago
Test for stale timeouts

bbab038b19c2a0945a05be229ea35eb759751eb0 authored over 4 years ago
More timeout tests

ee60a169fdb43a6da4993c662558093b6e945805 authored over 4 years ago
Keep chunk structure when encoding text

Emitting a chunk per string in the input stream can result in huge slow
down if strings are smal...

50c613ebfa7089deafca0b5f8b0f43b074c5d754 authored over 4 years ago
Merge pull request #2095 from scala-steward/update/sbt-1.4.1

Update sbt to 1.4.1

e50d6c502ddc1b77157b904251ca8a92da9e49e1 authored over 4 years ago
Merge pull request #2094 from typelevel/step-split

Pull - split compile-shift out of the Compile loop.

ab44d2bf59db8b24282cef39d71c8bb9fa1911bd authored over 4 years ago
Update sbt to 1.4.1

aba58c3f7afd556bf7e6d2616f7f2d4edad2e161 authored over 4 years ago
Cosmetics

2d47cbca00bd38e479266a98e7340803ad31e0f6 authored over 4 years ago
Fix timeout reset test - TimedPull is strongly pull-based

eda9939a11de05aad96d3f4ffccc26d8dea1a08a authored over 4 years ago
Pull - split compile-shift out of the Compile loop.

In the compile loop, the case for the `Step` class, includes some
logic to shifting from the cur...

880bda6fa5aa8b4a6aa315b60e70193a873e0325 authored over 4 years ago
Fix numeric widening

cf35e36ad2688ea877a157956687b39c1d448699 authored over 4 years ago
Attempt test for timeout in flight reset

0dc07481038e49927ce9aaf75222125cc8b1abd3 authored over 4 years ago
Remove dead code

bf5124c7e3f5ceef994f9cdc1cbf3db1e9c159e0 authored over 4 years ago
Add timeout reset test

9c1ab1eb8b6795f2ddb4443c36b717ef048cbf8e authored over 4 years ago
Add time annotations for 2.13

54d06491aaf7f0716ad6fc2d0f07323578b318a0 authored over 4 years ago
reduce test runtime

edc995828f581a5f590ce2ffb8488644e1a3000f authored over 4 years ago
Merge pull request #2092 from mpilquist/topic/bump-ce3

Upgrade to latest CE3 release

830d0c672b777584922781eb6a470732090e2982 authored over 4 years ago
Fix SocketSuite test

133c2dbfde35ad68268972ce4836f7ae4991ac7d authored over 4 years ago
Fix SocketSuite test

ab4f0f40a224c263eb66c11f4b1a75e4075b8a53 authored over 4 years ago
Workaround for failing test case

d40f66de40066f3beec7afc4945c14275db46938 authored over 4 years ago
Upgrade to latest cats-effect

4b498219131888a08534eaf3a2d19e03f328f2ac authored over 4 years ago
Use ticked in test previously affected by busy waiting

ed4627f85b482354b79f639572bc8be6db7ef4ea authored over 4 years ago
Cosmetics

c7a95849bc4f365ad13de3b03dfd81f99d485586 authored over 4 years ago
Fix busy waiting when spinning up TimedPulls

7237f6b33afa697c708361f5bdc0b780bbc85061 authored over 4 years ago
Do not rely on unNone in TimedPull timeout handling

2da164b29bcbedfbe79b566c67abcea77bcdbba5 authored over 4 years ago
Sketch solution to initial busy wait in TimedPull

d7c90f88544d814be6a4654e348701175f6ac7c7 authored over 4 years ago
Identity problem with Signal and unNone

81046b1ca8cf3bbc94da41b97ccc09f2cda0df93 authored over 4 years ago
Add test for simple timeout

c53aada759f555ddb9fe58ca856dd147a9d754e5 authored over 4 years ago
More happy path tests for TimedPull

9d199240925177f18842932d0f17d1832e0659d7 authored over 4 years ago
Merge pull request #2089 from scala-steward/update/sbt-mdoc-2.2.10

Update sbt-mdoc to 2.2.10

e148c866c3fc1541201981b0ae4669940b23e345 authored over 4 years ago
Reduce duplication in Acquire/AcquireCancelable

6ed857c7bb900247da0510ef1264daa959ebd025 authored over 4 years ago
Add tests and support interruption in bracketCase

a7bd1ea46b52236b9528ed69b3883cb2ec1c4218 authored over 4 years ago
Update sbt-mdoc to 2.2.10

794a506df10a417456a24e8a58c6c6b68019a514 authored over 4 years ago
Add Stream.bracketFull

ebc3e87ea65af0192f41172bf137401d81c50867 authored over 4 years ago
Update to latest CE3 snapshot and integrate Dispatcher (#2087)

cb6c0f19c4b2c27290888ce250fb52a825a991bd authored over 4 years ago
Merge pull request #2082 from diesalbla/weave_translate_interpretation

Weave translation into compilation

7d18a6e7768dc3c67bb2e266104f03b00dc9948c authored over 4 years ago
Add simple test for TimedPull

08013cf7d246d7cd61a643a9e2d0c7e5351290e0 authored over 4 years ago
Hide Concurrent instance in Compiler.Target

f1f2342abfe53014911670bffca3efd7d142eb53 authored over 4 years ago
Weave translation into the language and the compilation.

Co-authored-by: Michael Pilquist <[email protected]>

The `translate[G[_]]` operation changes ...

e45bea82789019fbab38746c491518e80e7ef3c1 authored over 4 years ago
Merge pull request #2086 from scala-steward/update/scalafmt-core-2.7.5

Update scalafmt-core to 2.7.5

2d5198139e29ab6fb8a7b6ac2247774427c90b30 authored over 4 years ago
Update scalafmt-core to 2.7.5

7cafb715a2bae69ae1180742a35a4cbf422cd37c authored over 4 years ago