Ecosyste.ms: OpenCollective

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

github.com/typelevel/cats-effect

The pure asynchronous runtime for Scala
https://github.com/typelevel/cats-effect

Merge pull request #3412 from mtomko/add-recipes

Add Recipes node with simple example for `Supervisor`

7ae7263557a9782f9ff7a9fdae1a21437becbb48 authored almost 2 years ago
More test

4393611545b1cb71d4beb9f494114884a7d612e8 authored almost 2 years ago
Kick CI

e86aef7b7ac7bfdbcc69aabc69f78c0b15d187b5 authored almost 2 years ago
The same test for PureConc

d7ee73f694370205663b08fc4b87fea1b972bc82 authored almost 2 years ago
Add parallel map2 test

f3881a914c51be61ab878ebfc486dd53fd504c99 authored almost 2 years ago
Merge pull request #3425 from armanbilge/bug/completable-future-cancellation-leak

33269d336ccf876808a1b173d92d40f8bf444b83 authored almost 2 years ago
Unified scheduler init defaults with `IOApp`

c3602baaf55552396b943bbcb09a82e0fbf22c0c authored almost 2 years ago
Try actually fixing it

8d8097815594be405af2fcfddb4c9b599a1d04d4 authored almost 2 years ago
Revert "Try another workaround"

This reverts commit 8c292a6f7c167765a2c23ea3febf09baeaeb2cae.

1a4542c9f04b6cb3a3f65cbf8c6b56d2d6610591 authored almost 2 years ago
Try another workaround

8c292a6f7c167765a2c23ea3febf09baeaeb2cae authored almost 2 years ago
Revert "Workaround weird bug"

This reverts commit b81978321c21eab24a3a21494441b50c612e1bc1.

01cab35a9e23533085eac555058f1fa79295a8b4 authored almost 2 years ago
Workaround weird bug

b81978321c21eab24a3a21494441b50c612e1bc1 authored almost 2 years ago
Merge remote-tracking branch 'TimWSpence/close-resource-leak' into bug/completable-future-cancellation-leak

915676e83e379e2e5b4f25fd1e9744bc8b13ef73 authored almost 2 years ago
Use a better strategy for inserting random yields

b89e2ef5b01cb9ef36fd077f377bac2f305ba642 authored almost 2 years ago
Fix `fromCompletableFuture` cancelation leak

791dd168ec8afbff3480e938a9f7af215d0fd413 authored almost 2 years ago
Merge pull request #3424 from armanbilge/issue/3423

Fix corking when writing large strings to stdout/stderr on Node.js

6820f01840039875f48b6c365a25fbe4232be1b1 authored almost 2 years ago
Replace `.use` with `.flatMap` per @djspiewak

Co-authored-by: Daniel Spiewak <[email protected]>

d6ba81202c38fa42db3165278e9ee9a877a09969 authored almost 2 years ago
Merge pull request #3421 from durban/refScaladoc

Improved `Ref` scaladoc

21ca76d37154a47196e0d3e825894a29083ff930 authored almost 2 years ago
Merge pull request #3416 from TimWSpence/thread-blocking-detection-docs

Thread blocking detection docs

204fca22af47e48c43fa72913a2b108345ab2e74 authored almost 2 years ago
Fix corking when writing large strings on Node.js

358ce1d536c001cc6dbeb43dc62aa319b6e98bd3 authored almost 2 years ago
Replicate https://github.com/typelevel/cats-effect/issues/3423

28a598db92515039cebd5eaf386bb04f00b75b36 authored almost 2 years ago
Merge pull request #3420 from armanbilge/merge/3.4.7-into-3.x

0f050d1d31b6efc3ebaa3d66edb4a061a92a6939 authored almost 2 years ago
Similar change in docs/

19965e0c2ff2094644f86748f74c76e94fff5636 authored almost 2 years ago
Improved Ref scaladoc

2c809539dc68b4ea3d32339ecccb9f060f0f902f authored almost 2 years ago
Add `TestControl` test for `CompletableFuture` cancellation leak

74bb273af22d78a99064d290e014b20d219706f9 authored almost 2 years ago
Formatting

655a6e5ce375eefb9679686c3f708ac1813da429 authored almost 2 years ago
Fix git merge fail (???)

c0dc1d95e4e4f50129b28058eb96bf6197e926f9 authored almost 2 years ago
Update headers

ac70468f0c1d3fa695f78309c5662d31fca01e64 authored almost 2 years ago
Add missing import

a1fb36cdf57ee40bf1e0bb2324c9d3c7c714f2c2 authored almost 2 years ago
Merge branch 'series/3.4.x' into series/3.x

0d8d8096333b7ddb578fb8122e9fb863c74a59d5 authored almost 2 years ago
scalafix

2e921737007e76a3d29f661bfdf9fb6becf2407f authored almost 2 years ago
Attempt to preserve backpressure as well as leak safety

f3b36f64206b92402237bd8f4c0103d02e9f7e40 authored almost 2 years ago
Test for leaking from fromCompletableFuture

44fc021abdbee7cacbfa360b2acc554a2b6a3c2c authored almost 2 years ago
Make cont node safely cancelable

2733be2d50078c6ac19d86637ac0e2b1f2bdf982 authored almost 2 years ago
Close resource leak

Previously we could observe cancelation on the `flatMap` boundary before
we register the finalizer

0a2ad83120841decec43e51286e8d3915b80ac54 authored almost 2 years ago
Remove unused import

4811d394a4bafce12296fee6f3f4b950c94468ae authored almost 2 years ago
Add the knock-knock joke example

04f66a7586231d88ffdc82b609b917ec7ab81351 authored almost 2 years ago
Merge pull request #3418 from djspiewak/release/3.4.7-minor

Update versions for 3.4.7

ffa3a9bed736de36c1ec6f1cc63e04ee5397818f authored almost 2 years ago
Update versions for 3.4.7

e3414e66393eb827a95f8a002fc47fd656737a33 authored almost 2 years ago
Note that thread blocking detection is relatively expensive

c2183cd6373231c6add36e53280fdab0efa626e8 authored almost 2 years ago
Add docs highlighting when to use thread blocking detection

8bdb4668324cdd2d1f5a7ddf4480da7a2a386919 authored almost 2 years ago
Merge pull request #3415 from typelevel/update/series/3.x/sbt-jmh-0.4.4

Update sbt-jmh to 0.4.4 in series/3.x

d095df637292a95349c7cd126c6ad03ee4f5f54f authored almost 2 years ago
Merge pull request #3414 from typelevel/update/series/3.x/specs2-core-4.19.2

Update specs2-core, specs2-scalacheck to 4.19.2 in series/3.x

5bfb97961f0ab0f9026d39d134b8574024c756dd authored almost 2 years ago
Merge pull request #3413 from typelevel/update/series/3.x/sbt-mdoc-2.3.7

Update sbt-mdoc to 2.3.7 in series/3.x

68b8206bf13b5d353c217c89cf7c3348cff2f0f9 authored almost 2 years ago
Update sbt-jmh to 0.4.4 in series/3.x

de7354104ed741e7d965b2c64974a017a336b214 authored almost 2 years ago
Update specs2-core, specs2-scalacheck to 4.19.2 in series/3.x

a01a2f586b6ad00e62a6d6025dff6ba4072c3dae authored almost 2 years ago
Update sbt-mdoc to 2.3.7 in series/3.x

cb4e72620324f31cb2a7c682da5029eef617a100 authored almost 2 years ago
Don't make the case object final

67c259dcf2ced2e5446c201f010822f52760482b authored almost 2 years ago
Recipes documentation node with Supervisor example

2b5f701ee169c6fc67db9ffdf2fee6073ebd87f0 authored almost 2 years ago
Merge pull request #3409 from armanbilge/topic/faster-mutex

Even faster async mutex

e9395f786155df2eddd3e361303c35c131d46eae authored almost 2 years ago
Merge pull request #3411 from djspiewak/bug/flaky-time-test

A slightly wider margin on real-time tests

b56e298ef39df7185f90755ffae36a160277af75 authored almost 2 years ago
Use shadowing

2ccf8bee1d7b671d34aeae29e3a3b77d047d96ac authored almost 2 years ago
A slightly wider margin on real-time tests

29a81921071af1d75137d388779e5cce087a0acc authored almost 2 years ago
Make `FailureSignal` an `object`, prefetch it

399544be92ba15a4cc5c0daacb92cbe97d245cdf authored almost 2 years ago
Merge pull request #3408 from seigert/add_ref_flat-modify

Add 'flatModify', 'flatModifyFull' and corresponding 'State' methods

0bcab1afbd1be6ddf5346348a75875fd15df9d3a authored almost 2 years ago
Merge pull request #3387 from TimWSpence/thread-blocking-detection

Thread blocking detection

f9b71dbb2c72899e38cb8149c69b0210b29fd089 authored almost 2 years ago
Merge pull request #3374 from armanbilge/feature/from-future-cancelable

Add `fromFutureCancelable` and friends

22961a30b255c36d31162fe09d7c4d58b042edaa authored almost 2 years ago
Restore bounds check

ed89f2231e07a4ea62d5c7718442d25f2b01f2b5 authored almost 2 years ago
Fix naming ambiguity for scala 3

46f4b70d30ded477bb635e3896a268e06a819b3f authored almost 2 years ago
Revert access change to workerThreads field

This had performance implications (see https://github.com/typelevel/cats-effect/pull/3387#discus...

a75a0f8c044f34a2aa368f475fc64b63026cb68b authored almost 2 years ago
Fix benchmarks

b06136eb81f00701118b9e102628ba0fac8caed0 authored almost 2 years ago
Avoid looping while looking for another thread to check blocked status

17d557bd9eb2e807e203efebff76bfaa9fd1bbd2 authored almost 2 years ago
Simplify branching logic for enabling thread blocking detection

89ec58d318a2e4722c90ea685caeeb8311e61a7e authored almost 2 years ago
Swap parameter order

cf3360f6127cb604000259fbe342973c16ae6df1 authored almost 2 years ago
MiMa filters

2874d3ed9eec68bd70ed0b2d983a4cc777627591 authored almost 2 years ago
Tweak mutex happy path benchmark

95bbcba7d338c72b8c4e2acbcdfb51e70738771b authored almost 2 years ago
Fix release race condition

989277e94a10292dff8b1e6e72bcad61cf85a214 authored almost 2 years ago
Add test for deadlock under contention

1e4176bec636758bf410d3b701775b0c82083671 authored almost 2 years ago
Fix mutex release bug

2ecd790aa356c021eb088f7fbede5e3de110d1da authored almost 2 years ago
Add test for canceled waiters

68b50b5f2ea50164e9d8cee4f32c99f88aacb363 authored almost 2 years ago
Implement async mutex with `UnsafeUnbounded`

e1ac43ffd59a38de6fd4b05d2cc418d7dfff8b53 authored almost 2 years ago
Extract `UnsafeUnbounded`

01ca6534af9a6d6e5e5cb5e18af02c8c4783da43 authored almost 2 years ago
Merge pull request #3346 from BalmungSan/improve-mutex

Optimize `Mutex` & `AtomicCell`

2f3ed2a8b69f24b8213a7a6e49a690681e155100 authored almost 2 years ago
Merge pull request #3407 from armanbilge/topic/fancy-ci

Setup ARM, high-core CI

3cc94c2aeb59e317b86b7e157a5bec7ac4530de3 authored almost 2 years ago
Run apt-get update

ebb81d79449b40532a846f326a7a72727fcee969 authored almost 2 years ago
Less CPUs

f124058d4af5ebbf0158a60a243e2a94297be8da authored almost 2 years ago
Try a custom Dockerfile

b381ab935b1554fedf457ae769fabdf5d7aa1ec7 authored almost 2 years ago
Try installing clang

654920791b0ceca9e447302e3dca1ce1063cbcf9 authored almost 2 years ago
Try moving everything to Cirrus

a4dc752fe8fa527adaa581b6d1392a2e3a368c5b authored almost 2 years ago
Fix formatting

1d7468dc084c9214fb7b123387ab91192a4e5023 authored almost 2 years ago
Add 'flatModify', 'flatModifyFull' and corresponding 'State' methods to 'Ref'

fec234d5486bc06a38c7a94911836b262632ee0d authored almost 2 years ago
Fix sbt command, try less memory

fef7ffe2a1cc4e841aa64f95a2a227534f5b2168 authored almost 2 years ago
More generic CI detection

342aa7ac90d939894d4dee1473f9df5c15fc28e1 authored almost 2 years ago
More memory

b13f3b5f929c5b51b27c6db456d9e889b7ccf6fd authored almost 2 years ago
Try setting up Cirrus

4f00768fbe7c17fb440eb6b8efe9386a7bcd1704 authored almost 2 years ago
Set `no_output_timeout`

15ca00ce2039f76e5ba74ce8d5258adb299e0df6 authored almost 2 years ago
Run `testsNative/test` specifically

3c0e6748642eb4cbf2028bffba8abf5452923858 authored almost 2 years ago
Fix config

eaf29a42079848b76d58c82077d463934f4a773b authored almost 2 years ago
Rename job

c2b56e5525b9caa129e55e5bc078144bc0ae9137 authored almost 2 years ago
Add circle ci config

44d1e1527050a37a0375edf2054dfc125036bb44 authored almost 2 years ago
Fix benchmarks

4f12eda3e4e5049209db28355202f65f383f87ec authored almost 2 years ago
Merge pull request #3405 from armanbilge/topic/revert-3214

Remove `IOLocal#scope`, revert #3214

5f7b24395d8a1df9ddbb5440025ba85c21ce8854 authored almost 2 years ago
Add Mutex cancellation benchmark

c45759b911b2c30bd7bb792a32db3d90e0ccc0a8 authored almost 2 years ago
Remove `IOLocal#scope`, revert #3214

a1be0fec5332de0f942e951c4df6243e80b87592 authored almost 2 years ago
Merge pull request #3403 from armanbilge/bug/callback-leak

Fix `CallbackStack` leak, restore specialized `IODeferred`

f6adf0fc8265d65858dc9fb5024cb033ae76f6be authored almost 2 years ago
Ensure that fibers actually block in the expected order

6fce2b38fb2b6820c4058140c7033617f808b75c authored almost 2 years ago
Added an additional adversarial packing test

4fa42422f98a3d66d3968febd5f7c7e311527ee0 authored almost 2 years ago
Merge pull request #3404 from typelevel/topic/scalafmt-conf-project-git

3b0cb0b5386eaa4b89af31133d1554a2d90442e3 authored almost 2 years ago
Set `project.git = false`

36192bb68a95e3682dfca29249d3b2913972e39e authored almost 2 years ago
Add Mutex benchmark

bb2da6c4090e69b572004965769c4f1fd6169da4 authored almost 2 years ago