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

Update core/shared/src/test/scala/fs2/StreamCombinatorsSuite.scala

Co-authored-by: Arman Bilge <[email protected]>

ff688bedaed3e588220515882cee444e08851299 authored almost 2 years ago
Stream - microptimise EvalTap (#3196)

Expand the implementation of evalMap inside evalTap.
Instead of making the `as` call in the und...

a56efa20c4745b5029ca7535a339cd853f7f239f authored almost 2 years ago
reducing rangeLength by a factor of 10 to prevent timeout on js

d0f0a3a0908cdeeac6588b41dca5f7e050bf5d2d authored almost 2 years ago
minor

fdc2d16b8fd17162454017ea3b0211b99e58892b authored almost 2 years ago
simplifying stream, using testcontrol

8182c8ef39aabfb4d9908c18b871b078c434176e authored almost 2 years ago
Merge branch 'typelevel:main' into fixing-interruption-behaviour

b785e49eed569773a2b4129f0552084ce6a7c0e3 authored almost 2 years ago
Merge pull request #3188 from armanbilge/topic/fix-flaky-timed-doctest

Slower sleep+timeout for `timed` doctest

46a98f8282391dd90e3e153a528aa594847eedd3 authored almost 2 years ago
Merge pull request #3191 from diesalbla/stacksafe_traverse_

Chunk - Add optimised traverse_ for StackSafeMonad.

4d9577094cd840daf3e7d0dae5a2cccbf4809a11 authored almost 2 years ago
Merge pull request #3192 from armanbilge/topic/liftio-implicits

Offer implicits for any `LiftIO`

a014b2c01fc3cbd3a0b4b9f51a3dba3108e82355 authored almost 2 years ago
Fixes

575b58a71baa88960ec32f25ee4aac18224d5607 authored almost 2 years ago
Chunk - Add optimised traverse_ for StackSafeMonad.

If our Applicative F is actually a StackSafeMonad, we can avoid
the default implementation of tr...

91abc70755b187d77ff71ac08502f946fa4aaca5 authored almost 2 years ago
Fix

06fc43597b72e00f1049b3f9cd909f266582dcff authored almost 2 years ago
Fix

5faa24daa74ba3fcec571717739ce9b37e0396a5 authored almost 2 years ago
Offer implicits for any `LiftIO`

324c12b1a8809538daf7e50099d47f8ba76b150d authored almost 2 years ago
Fix race condition

635e33b84ab37ee402b36268d2665df104fc8e35 authored almost 2 years ago
Adjust comment for new timeout

641b5f1e43e0c829674825835338071121ab87dd authored almost 2 years ago
Merge pull request #3185 from Angel-O/fixing-par-test

fixing assertion in parEval test

db68fb598ccb3944197d50f998779cb009691273 authored almost 2 years ago
Futz with times

3f594c0aadb62537cafdeda96dadceeaf55c4d49 authored almost 2 years ago
Increase timeout

a9751b1eff9531a87e94dd1fdd4aaff0661dcd2c authored almost 2 years ago
Slower sleep+timeout for `timed` doctest

870fb7b5b2acf37318b4a49dd07084c74d450276 authored almost 2 years ago
Scalafmt

dc14bd4dd8e8b9ae7bf30d0f3fb109295044f645 authored almost 2 years ago
Merge pull request #3184 from armanbilge/topic/more-js-null-checks

More `null` checks in JS streams

f2eb104b501331149da378d417ef05d27c48f084 authored almost 2 years ago
pr suggestion: use TestControl instead

715dd00f4a0fa77aa5a8124adea3938044cd6bdf authored almost 2 years ago
Revert "fixing assertion in parEval test"

This reverts commit 65a246896aade35ecf6b899442fa9f98b61d54e3.

93d4565d7a16d094accc69da9aaf1739da39331c authored almost 2 years ago
Use `executeEmbed`

a97dc5c7ad873f2194852e23fb8e1143ad9d1438 authored almost 2 years ago
fixing assertion in parEval test

65a246896aade35ecf6b899442fa9f98b61d54e3 authored almost 2 years ago
More `null` checks in JS streams

db3262a2116ee62a079d53055c8dbb1d2c1aff0f authored almost 2 years ago
reducing rangeLength by a factor of 10 to avoid timeout on CI

4955b5137d5261eb4516617a824ba407da179b8d authored almost 2 years ago
Merge pull request #3179 from armanbilge/topic/implicits-for-io

Implicit instances for `IO` only

95145428002a0c578b1182c46fe93e6c243d653c authored almost 2 years ago
fmt

b03e1f87241b5e0f13ce57092e9a0de0d6858861 authored almost 2 years ago
* fixing interruption behaviour

* adding error & interruption propagation and integrity test

b720a5bc1c877b1938e74c9ec6a93c5fe478457c authored almost 2 years ago
Use `executeEmbed`

1fbee9d863858a0bac7ce56b1f2b814ba26e6d26 authored almost 2 years ago
Merge pull request #3181 from armanbilge/topic/increase-more-timeouts

Increase timeouts

4f7dec5212abcd53fd8e2a7c146ed3216fac3c1d authored almost 2 years ago
Duplicate import

8071aa1981efd8578b38f0d6e9d24fcf936ef3d6 authored almost 2 years ago
Increase timeout

eecf345a8f34c2ba7695d0eaad003dba8f74e7bd authored almost 2 years ago
Use `executeEmbed`

426ac07301e8619cb65b47b02bfd27b0113c0147 authored almost 2 years ago
Use `executeEmbed`

07deafbed44a303106a4e1721bd0718e963cf1a2 authored almost 2 years ago
Increase timeout

bd5d1b3abaa39e2d538888aee9b692861918eb36 authored almost 2 years ago
Fix 2.12 compile

e0824d7e417cf0bb6794d0fafe2091054cb8a9b3 authored almost 2 years ago
Restore some deprecated implicits

55e7ee76d69830197410a44e4369c32e08dad8b8 authored almost 2 years ago
Increase timeouts

9285925c4512d3aabaf433eaa92772ab5081b1df authored almost 2 years ago
Merge pull request #3180 from armanbilge/topic/macos-ci

Add macOS to CI matrix

9384023b28bbb32058f1dfb71afaf43ac38faa3a authored almost 2 years ago
Duplicate import

46b90d0c39f0d9b0f1a877ac6e9b1d1a7b981af6 authored almost 2 years ago
Increase timeout

d66528ae721f5e28d6cafab17eb0a3f5f3f3365d authored almost 2 years ago
Increase timeout

873a530a20847daaab4befbc7317930a40ef02d8 authored almost 2 years ago
Increase timeout

bf9bbb7a5d4d31e22a3d51f5364b127e2b0bca9c authored almost 2 years ago
macOS only for primary Scala

03289050af51546ad39ec4209dbf11bab8b0971f authored almost 2 years ago
Add macOS to CI matrix

218745fb70b2a2af63f7e1ebdc3e5ebda2158be6 authored almost 2 years ago
Add FAQ

0e8abded8340dfb63f97e3728e4d387af3f8c4da authored almost 2 years ago
MiMa filter

8b53f95e21a7aec4b6e52ede8b3dd3c84c732473 authored almost 2 years ago
implicit `Files` only for `IO`

c0556e7a5f56d0563301cf6f8d4823d47496acff authored almost 2 years ago
implicit `UnixSockets` only for `IO`

07aa3d4a27643f9e9a6f497f5896792bdbd9cb81 authored almost 2 years ago
implicit `Network` only for `IO`

7e9fa2797065830b7a6a180aef76c1f71da4288d authored almost 2 years ago
implicit `Compression` only for `IO`

8027a1a9748d1165f05a6226a05347b0da0c2bbb authored almost 2 years ago
Merge pull request #3176 from mpilquist/topic/contributing

Update CONTRIBUTING.md for Native build

b27e42e82d7bfc573b5d1f190a0d17ed1423515d authored almost 2 years ago
Update CONTRIBUTING.md

Co-authored-by: Arman Bilge <[email protected]>

c92364208562478d44936cc8638a1c54b129bd5c authored almost 2 years ago
Merge pull request #3178 from armanbilge/fix/macos-unixsocket-npe

Fix NPE for socket writes on Node.js 19

599de2af479b444644836f594789d5d7f51ed67c authored almost 2 years ago
Merge pull request #3177 from armanbilge/topic/lenient-google-tls-test

Relax status check for google TLS tests

f30adf4ef0dd54ea9944a79b806c16d7f7d3b606 authored almost 2 years ago
Fix NPE for macOS unix sockets

db70e042ca9187a51109b06fcc3d7697add0b6c0 authored almost 2 years ago
Relax status check for google TLS tests

63e1263a400d246bef053aa8a1fc81179b77fb68 authored almost 2 years ago
Update PR template

90f17d48dae2169c5be253baf936c2e92cd7af08 authored almost 2 years ago
Update CONTRIBUTING.md for Native build

8ecef401c3791ec7dfefd42ddc1e0d8a00f1477b authored almost 2 years ago
Merge pull request #3172 from mpilquist/topic/upgrade-ip4s

Update to ip4s 3.3.0

6e0725c5a7248a3b568ead691c7f75f7d97db8fb authored almost 2 years ago
Fix mima

63bb8d072101c41d4531d2997250ef665db001dc authored almost 2 years ago
Fix ProcessSuite on OS X

df2c7f7b0ad78abb9b5d7f54572c13c8e340d239 authored almost 2 years ago
Update sbt-scala-native to 0.4.12

19ad2654a745ebbd54cd6b3a77e34bb5371443fd authored almost 2 years ago
Expose constructors that take an implicit Dns instance

c42499d206a6d9b9ae3993f2096fb624d563c35d authored almost 2 years ago
Update ip4s to 3.3.0

28fa560b0f0087b7b1307ee0cc616eb491c7961f authored almost 2 years ago
Merge pull request #3149 from armanbilge/feature/process

Introduce `Process` API

d9faf2d8497b83ee0c17fdcd73e909cb2a21f9f1 authored almost 2 years ago
Merge pull request #3168 from typelevel/update/flake-lock

flake.lock: Update

ec5e97749041d2330b6b532d7eb12fba970a0635 authored almost 2 years ago
flake.lock: Update

Flake lock file updates:

• Updated input 'typelevel-nix':
'github:typelevel/typelevel-nix/a...

346fd3c06fa59829c5316c9ed9633f8a53eecf61 authored almost 2 years ago
Merge pull request #3161 from ivan-klass/interleaveOrdered-fix

Fix interleaveOrdered effectful cases [Fixes typelevel/fs2#3156]

897c3b863b46a7920d39f91e72c76155c8ea6504 authored almost 2 years ago
Merge pull request #3154 from diesalbla/stream_fewer_Pull_loop

Stream - reimplement without Pull.loop

436b9e5e7581c6a3af7d912ac7bf30ac953064d6 authored almost 2 years ago
Merge pull request #3167 from TonioGela/files_writeUtf8

Added writeUtf8 and writeUtf8Lines

c69ce109d3e8e2563c9e34f6a538001c770e4c09 authored almost 2 years ago
Merge pull request #3165 from armanbilge/topic/refactor-jvm-unixsockets

Refactor JVM unixsockets

9738c9c67d0032b1349f3482fd1e58d6fa07ea7a authored almost 2 years ago
Added newline after each string

de9272077c30c3c3b6b47c1b60d5c7bf7ab7e864 authored almost 2 years ago
Tests trigger

5d4fd6929b487d425f90b47a474b73d1555ae1c9 authored almost 2 years ago
Changed lineSeparator from val to def

0042b11e34738df692a0c71a4b67fcd2f340ef9c authored almost 2 years ago
Removed useless parenthesis

865f17af8b3c37e8618f74bca415897a698476bf authored almost 2 years ago
Added a os-aware line separator to Files

4e82a30875305be073f122e3b6a3cf6d52fefe9d authored almost 2 years ago
Fixed writeUtf8Lines implementation

45e22849eecbfb576ebbf1915208f0809c4c2b6a authored almost 2 years ago
Moved implementations in to trait

8325becb9cc03b5fd42e5332dcd54ad126884b20 authored almost 2 years ago
Added writeUtf8 and writeUtf8Lines

bd551a6d480f13e5f261baa1f083c771dad8ab6d authored almost 2 years ago
Added Lepus (#3163)

235fdeaf20836c7d23bcd766dabda38f638c2874 authored almost 2 years ago
Refactor JVM unixsockets

aace5f2958fc0983481c44eb1deabf49f913f3bb authored almost 2 years ago
Merge pull request #3164 from typelevel/update/flake-lock

flake.lock: Update

509d74fdcc5bf0735cabcf829d0a5ba21a949ed9 authored almost 2 years ago
flake.lock: Update

Flake lock file updates:

• Updated input 'typelevel-nix':
'github:typelevel/typelevel-nix/8...

7fd525654fe71549925a1894953771e163a880f8 authored almost 2 years ago
Fix interleaveOrdered effectful cases [Fixes typelevel/fs2#3156]

531515be0f941cc419066ad49ef4d67ba9b30129 authored almost 2 years ago
Revert cross-compile

1f6bc986c1c2233a53d044c8462269d80380f771 authored almost 2 years ago
Fix ClassTag error

7550dea390e3cca16dac26fbc36361f88fe23bad authored almost 2 years ago
Merge pull request #3158 from typelevel/update/sbt-scala-native-config-brew-github-actions-0.1.3

Update sbt-scala-native-config-brew-github-actions to 0.1.3

24ea712f61d3276cc5798ffa00396a7fa9378d30 authored almost 2 years ago
Merge pull request #3159 from typelevel/update/sbt-typelevel-0.4.19

Update sbt-typelevel, sbt-typelevel-site to 0.4.19

5048733cd1958b161133fc3c84e38eecde462ba6 authored almost 2 years ago
Run prePR with sbt-typelevel

Executed command: sbt tlPrePrBotHook

da677fc2e8f2a108ce8df6ff1e1bd8b683148270 authored almost 2 years ago
Update sbt-typelevel, sbt-typelevel-site to 0.4.19

26f4547277c4eb3972cae890354276b3d2402026 authored almost 2 years ago
Update sbt-scala-native-config-brew-github-actions to 0.1.3

de56a61a43e25274ec4e7aa9b5de44508557400a authored almost 2 years ago
Add `Process` docs

bdea7bab2d5dfce5779569645f9e5e8f8961802b authored almost 2 years ago
Add test for `exitValue`

3c00b64ab548ba6cad49f1f984559136bac93120 authored almost 2 years ago
Provide implicit for `IO` only

ad5628fd85eb7022cb2e120a442fb6f5e45d74b5 authored almost 2 years ago
no`ProcessSpawn` -> `Processes`

28eaa83041ceb9f04cc283a7aeb1b662f9367d7a authored almost 2 years ago
Merge pull request #3155 from typelevel/update/flake-lock

flake.lock: Update

26b011d4eb50b6a697f7998078982d5be5f7be07 authored almost 2 years ago