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

Typo

b2e5cb3e5b8a9bb172947afee22e3e5b41530479 authored over 4 years ago
Merge pull request #2016 from djspiewak/build/dotty-dependencies

Use Dotty versions of cats effect, rather than the 2.13 builds

a355a2ee829b07f2685ae1b9038f156cdf3291a3 authored over 4 years ago
Use Dotty versions of cats effect, rather than the 2.13 builds

e754b8ff05d3f29ccfc62b289bc801297f66a29b authored over 4 years ago
[ci skip] Port `core` to Ref+Deferred typeclass

Two main sources of remaining compile errors:
- ambiguous implicits between next.Alloc and Tempo...

3d450f5fd5b4fc3886d1683ecc171346b5f03249 authored over 4 years ago
Add Semaphore constructor to Ref+Deferred typeclass

ce407d80d1abf1c3390c6415d034d007fc41df85 authored over 4 years ago
Move SignallingRef to Ref+Deferred typeclass

2b6b5c3c7dd623bc7d8655d90cb899f9a547e4ae authored over 4 years ago
Port Broadcast to Ref+Deferred typeclass

b160ff28bbd45c20548ab93011b9b1e27074c262 authored over 4 years ago
Port Balance to Ref+Deferred typeclass

78eee37494872acd49007e97a41ed69460faad2b authored over 4 years ago
Port Queue to Ref+Deferred typeclass

6a9f49fc63f70af2d30025b4dfba966e7305ee3b authored over 4 years ago
Port PubSub to Ref+Deferred typeclass

8e3226a3de564f1238e3ae4dbeca838c77ff5473 authored over 4 years ago
Merge pull request #2013 from susuro/iterator-chunk

Create chunks in Stream.fromIterator (#2010)

c10bd88359baafeff65082ef20c196287fdb2324 authored over 4 years ago
Fix mima reporting

37ad394fe3f0f04ad24dba790f275262367d6a61 authored over 4 years ago
Add temporary Ref+Deferred typeclass

74604be1259bb4cd152154f1659c9b872108934d authored over 4 years ago
Create chunks in Stream.fromIterator and Stream.fromBlockingIterator

f86f1283a1aabf7aa87dad6bb1086d638e5e57c4 authored over 4 years ago
fix compression: buffer usage

485101fd3f32d1175950638bddd13c58c678efac authored over 4 years ago
Skip TopicSuite tests more granularly

7e09bc730110f153c9511f4db6869da53c549338 authored over 4 years ago
Port Topic

65a499c17b1d81b1535cab49307f7598b2e4048c authored over 4 years ago
Fix error on SignalSuite

60e7bf497521c8168ca125588f845e5533d5be8e authored over 4 years ago
Make chunked version of fromIterator as overload instead of default value to ensure binary compatibility

702cca59c1c5d7de843ac24b9e87d5aee9212db6 authored over 4 years ago
Express Signal without side-effect capturing

440244b72becb062534d7df44e60ee435cd246b3 authored over 4 years ago
Remove check from Signal.access

It's already checked by the underlying Ref

6c76dbef19c9fb28cffa67ebf6f28fd3fb78b296 authored over 4 years ago
Systematic approach to Token generation

f2567d4e42a8ae292fd2418cabd08eb8517db264 authored over 4 years ago
Adopt new token generation

03076e2c5d8df048740138d7b8c080a27fc495d5 authored over 4 years ago
Restore Chunk tests

acd5551d25ea29615e8ba6bd699037d2eac4ac5f authored over 4 years ago
Create chunks in Stream.fromIterator (#2010)

12a4eeb0c2144bcc1e08e7783bb283b6fd9aa3ac authored over 4 years ago
Remove dual constructors from SignallingRef

4b9fb2cd6a73faf820ba1282c8ebe22b88df1774 authored over 4 years ago
Remove dual constructors from PubSub

295abb9c674bec7a19a8900417a3075f195cd29c authored over 4 years ago
Relax constraints in PubSub

86f9489fd1626f7df43c227db9d13a957bfcf32c authored over 4 years ago
Fix PubSub.getStream

ad1a4dc4a4c2f6fbb5ff14d7b9b12353fb4f0e96 authored over 4 years ago
Isolate failures in PubSub

04d174644ea8c9d8caa5157c4fd791d82a1ceb6a authored over 4 years ago
Temporarily disable ChunkSuite to focus on the concurrency failures

7a6f30d5fb62c3c028a8704f110e814b25bff194 authored over 4 years ago
Restore PubSub.Mk builder

1c261658d7000ba48362ac04a7e60b2e8ee04083 authored over 4 years ago
Don't fork deferred completion

The internals of deferred already fork when waking up each consumer,
so although there is a diff...

ff10f2b96883b167aa1917efe035e9ba6741198e authored over 4 years ago
Express PubSub with Ref + Deferred only

18ea2e98a24078b9c0821d3d50ebf5235098c639 authored over 4 years ago
Remove unused val from test

2d110b58942897ee2fcf6caa74a4f13654e63f1d authored over 4 years ago
Scalafmt

1649f7e7924a0d2b508a73fd5b9a337ef35b2b34 authored over 4 years ago
Fix intermittent test failures in TextSuite

59972b603e0c27755a3e53e49080bc8cc93e2982 authored over 4 years ago
Merge pull request #2011 from mpilquist/topic/interruption-outcome

Handle Outcome.Canceled

a6b1a83e07d14e2bbe82e834f5f9a4fd67d482d3 authored over 4 years ago
Scalafmt

2a4f292594f2643a4be2f03917c9474d1d052950 authored over 4 years ago
Replaced InterruptionOutcome with Outcome[Id, Throwable, Token]

32116c1616e671a988ded8314cdbdd3bf217a212 authored over 4 years ago
Scalafmt

390bd881be5edff3fcdf747cb339670f311d1ee3 authored over 4 years ago
Handle Outcome.Canceled in CompileScope

7ab3a0d3575e2a63925050ffc7efe2f34a02cd29 authored over 4 years ago
Fix bad merge

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

0548effa9c35a442dec4912573ec8c92084b88af authored over 4 years ago
Scalafmt

d6ca5da8c405768a3d623faac7dd99e6ebaab267 authored over 4 years ago
Fixed recent fairness issue in StreamSuite and improved leak failure reporting

180bbe64a3a38d19b3548e0d9ae01ee37c91e256 authored over 4 years ago
Merge pull request #2009 from mpilquist/topic/improve-recent-todos

Improve fairness issues discovered in CE3 work

0bb4bb2139808cf39b69a197ce33b9bc84c564ef authored over 4 years ago
Scalafmt

3dcd0ccdd9e425cc6684368755352ff66178f881 authored over 4 years ago
Fixed recent fairness issue in StreamSuite and improved leak failure reporting

9d5e9e1cd583271833464662b2c41dd79e5bab52 authored over 4 years ago
Minor build cleanup

825babc85cc03acdaec5ea252dbfc372968cc67c authored over 4 years ago
Fork tests in rx streams module

64069b9814b870f19022c560a0693b468820e427 authored over 4 years ago
Update workflow

1d742b9644b538b49b45cde8e76802a6e8622bbf authored over 4 years ago
Merge branch 'main' into develop

4470bcd048024fa44d1a47dd4bd1879b87feec85 authored over 4 years ago
Remove version.sbt

d455ec826c35c8ecfbfbe9cb79ed72f2c3a364b7 authored over 4 years ago
Merge pull request #2008 from mpilquist/topic/sbt-spiewak

Ported build to sbt-spiewak

a53aeb22fec80b022a34867a53043c19d8d4901b authored over 4 years ago
Disable upload of microsite/target

55584b9978e02eceb36a3f5abae720ad5ee0f013 authored over 4 years ago
Fork io tests

4c0c23db4de8fa669450095654cc483e5b0c04b3 authored over 4 years ago
Scalafmt

f997ac9c96fb09991ef2a79a249e1a3aecf893c0 authored over 4 years ago
Ported build to sbt-spiewak

f394d803ce26aa20ef3a8eda44e740fc5df694fc authored over 4 years ago
Merge pull request #2007 from diesalbla/merge_rewrite_main

Backport: rewrite merge for readability.

6ebaf947965f42e2925506af161aa9fc1a5afcdf authored over 4 years ago
Merge: rewrite.

In the `Stream.merge` method, port some changes from the `develop`
branch to the `main` branch (...

75dbd46c977fe9c77fcb105c59e773e63bcf3b8b authored over 4 years ago
Merge pull request #2005 from mpilquist/topic/graal-workaround

Workaround CI test stalls

a42818599131d5be3be0a89702dbe1f64111b30d authored over 4 years ago
Scalafmt

bd2dc33d1b1da333e9a68230bc7c396161f26638 authored over 4 years ago
Disabled 2 memory leak tests

6731097facd9bbd8158dc709f2cbd174440883f9 authored over 4 years ago
Another Dotty compilation fix

30acdacc822a412a07c10bebd01fffa0e9b1d280 authored over 4 years ago
Fix Dotty compilation

137e89230732034e6ce7450e703e115c0f32e5dd authored over 4 years ago
Scalafmt

fa07bf96276c071a91ceab530be0a963bdd415a0 authored over 4 years ago
Temporary workardound to CI failures

2e97765e20e0e8b20c50657968bda68ca5c162f5 authored over 4 years ago
Merge branch 'main' into develop

5a330a9d894d68020ed940505ab519984ddb8a81 authored over 4 years ago
Setting version to 2.5.0-SNAPSHOT

f001d106c1d8f540fbf524f342d02546e2cd0cb5 authored over 4 years ago
Setting version to 2.4.4

c18d08590bdab21385f16069617240021df17009 authored over 4 years ago
Merge pull request #2003 from mpilquist/topic/downgrade-cats

Revert to released versions of cats and cats-effect

f2ab10de51e0d941236d89b5bbff1fbd54fd2c96 authored over 4 years ago
Upgrade munit-cats-effect

469c03f26fee9d9816024ae94d9fdcc100a37ff9 authored over 4 years ago
Formatting

0c020c9b915aeaceda0d8f7a8a87fef8bdfd6c1a authored over 4 years ago
Fix even more Dotty compile errors

405ad812e74a95cdfbd49727efa84a700b12c23c authored over 4 years ago
Fix more Dotty compile errors

b38410de9e00647c95c0fdab7b90877b10827723 authored over 4 years ago
Address Dotty compile errors

f22e9bf91203891a98b619dde4dd8dd929de56e7 authored over 4 years ago
Remove the experimental module from CI

f35886c824869ddfc81237e109800a8269d714f5 authored over 4 years ago
Revert to released versions of cats and cats-effect

cf2c48caf8c6206c049e1ce76b7bef4e4d3bb203 authored over 4 years ago
Delete experimental project

a45abafa5ebc07bfc7f67a7a46dd7dbd7c3996a1 authored over 4 years ago
Merge pull request #2002 from SystemFw/bug/chunk-traverse

Fix Chunk.traverse losing elements

073518430929ff69bc5bb6b15ef7fc131bc6ca97 authored over 4 years ago
Formatting

a6b78edc931cc431d5b4ba37f304872762bb1a26 authored over 4 years ago
Fix Chunk.traverse losing elements

d072c6d67c2d34dca3f02734fe035dad60e123ac authored over 4 years ago
Make Chunk generators more likely to generate big chunks

d901764a31f28b4880151726cb18ca6fdd5e705d authored over 4 years ago
Fix compilation error on 2.12

98fd678de242e00dd9a24daaa0658812337d2051 authored over 4 years ago
Formatting

18e66f8a1351e2fcbc02c0e588749436468da852 authored over 4 years ago
Temporarily disable flaky test

8c6399719cba29da1b2edfd8a2926bf154098d0c authored over 4 years ago
Merge branch 'develop' into topic/ce3

75cb7196a96665341d8bbe970cf9b1c0ef1fb29e authored over 4 years ago
Merge pull request #1998 from diesalbla/parEvalMap_rewrite

Stream - parEvalMap: rewrite for readability.

196409ba38f625add9cb4648d08ada701789e9ce authored over 4 years ago
Merge pull request #1997 from diesalbla/refactor_merge

Stream.merge: small refactorings for readability.

0fa211590a6664a9edea643730e1ea86bb8f2b35 authored over 4 years ago
Stream - parEvalMap: rewrite for readability.

We restructure the code implementation of `parEvalMap`
to make it more readable:

- Top-level, w...

379581ec9470f3c30c94ed54ae48c60a1b364809 authored over 4 years ago
Stream.merge: small refactorings for readability.

- Extract functions to signal an interruption, and for make a Stream
watch (interrupt when) th...

3b40a10e5845142375cb28a0d4ebe712bcb8e263 authored over 4 years ago
Merge branch 'develop' into topic/ce3

16f085212c6c80f8886200564214cc26ac46b445 authored over 4 years ago
Merge branch 'main' into develop

db5e88c37c8e45b5de7fe27bb508b91f8ffbc44a authored over 4 years ago
Setting version to 2.5.0-SNAPSHOT

7546c7f5fc39c224aed015ce93bc480574929b64 authored over 4 years ago
Setting version to 2.4.3

cde4bacae7b58e7bf6873128754ee413fd9d05d5 authored over 4 years ago
Bump to latest cats-effect hash

b0f131c8e7405a7aca38506d704a8a0963457c9c authored over 4 years ago
Merge branch 'develop' into topic/ce3

ab5ec590c4c02a749cda431c139cd86217ba4853 authored over 4 years ago
Use leaseOrError in parJoin

2f2b67059a8f81c83c8c085ae99033fb304ffe7b authored over 4 years ago
Merge branch 'develop' into topic/ce3

dec554dc240c1db82546634fc6c7c4209fd6c632 authored over 4 years ago