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

Assert table shrinking in tests

e42dc35770f72a0e509b6711cedcae298c714d70 authored over 3 years ago
Make attempt stack safe by adding a bind operation

6c5ad687ac023b1b355864b9b20b983970dad5d8 authored over 3 years ago
Add attempt stack safety unit tests

305a3826781040d53021a15d867e61b56fce3c75 authored over 3 years ago
Remove new typeclass instances

3ce850cc70885fc9fec789a6045d37b9b747a35d authored over 3 years ago
Apply suggestions from code review

Co-authored-by: Vasil Vasilev <[email protected]>

3d75ca114140e8be098238beee90a1c768928764 authored over 3 years ago
Corrected some typos

94a70739651f0bade433c7a6d74fcbd9208865a5 authored over 3 years ago
Added conceptual documentation and general introduction

5f5b146d0e43639d02f0d83d0f33a5163d5e447d authored over 3 years ago
Merge pull request #2138 from scala-steward/update/sbt-mdoc-2.2.22

Update sbt-mdoc to 2.2.22

d63a1144deec4977e20c56770b0a9ed7f5c0010e authored over 3 years ago
Update sbt-mdoc to 2.2.22

3eab2c9102df3afe644192ddd1d85c4b717d74c9 authored over 3 years ago
Fix mima compatibility issues

93d3231b44e8dc70ab7fc4085bcd224cab704c62 authored over 3 years ago
Merge pull request #2136 from vasilmkd/scalafix-upgrades

Update sbt-scalafix to 0.9.29

80eb89992b2b6ce21e3f2d6d6174444275fdf015 authored over 3 years ago
Update sbt-scalafix to 0.9.29

83410f83be851e6122672ec3e9e6c1d003ad30e8 authored over 3 years ago
Relax constraints

1707537625f8498e7e6ed769a56f6da6289c0fb6 authored over 3 years ago
Handle type variance

18ec8878b66388a97edf10dc0ce018a1b3372bd5 authored over 3 years ago
Merge branch 'series/3.x' into 2116

# Conflicts:
# kernel/shared/src/main/scala/cats/effect/kernel/Resource.scala

b56456f8c4d68a3d3bcbf142ca7241a4b80c9449 authored over 3 years ago
Remove duplicate methods

2d2fe2d0c4aa8029dae08b6d98f29f8a7206b367 authored over 3 years ago
Add rest of method forwarders

97c7b677d78d693ea84eebaf221126d850cf4e83 authored over 3 years ago
Apply suggestions from code review

Co-authored-by: Vasil Vasilev <[email protected]>

0c299b1fe0721a4125ed7607c90e1d957bbc9578 authored over 3 years ago
Migrate Concurrent & MonadCancel

4ce3633adb061970bf7b785471cedbcbd7ca130b authored over 3 years ago
Merge pull request #2128 from vasilmkd/tracing-docs

Cats Effect 3 tracing docs

a867792d9206c3302f080f9587ebd6f26debb204 authored over 3 years ago
Re-duplicated `IOApp` to avoid bincompat issues

b34111b07b10f31febd9d3d19a0f976b132610dd authored over 3 years ago
Remove unused imports in tracing docs Scala code

308917e7d688c3d31d7b811610c7c2f940b59c36 authored over 3 years ago
Incorporate clarifications to tracing documentation

6f62a35693383f0d8d460e8cb6203714dae1b282 authored over 3 years ago
More scalafmt

1b5dbd66c2fc01bf3d8a84b78eda4ace8d288245 authored over 3 years ago
Got mima sorted

3a22ca746e65a55cfdff9eaacd635375c056025a authored over 3 years ago
Added scaladoc for `ResourceApp`

e38ffe74266fc92b17bae29b09a82cdc66cad6ef authored over 3 years ago
scalafmt

260fffb6b9593a8305c1d0f5356587347aa20066 authored over 3 years ago
Added scaladoc for `IOApp`

db27e7c3fcadf2435ac33cdda1ebce492ca22a4d authored over 3 years ago
Extracted common IOApp signatures

a12f6d44643b1d8b889deaf6a7f042025f24070c authored over 3 years ago
Add Cats Effect 3 tracing docs

f6173d13a710183e6920f8724fb0ec2147e79cb7 authored over 3 years ago
Added some IO scaladoc

b44dc94bd61d4ef8c0ebd360269988ba1df53190 authored over 3 years ago
Merge pull request #2126 from vasilmkd/inherit-guarantee

Reimplement `IO#guaranteeCase` and `IO.bracketFull`

e7eb2ad095add673a6cd741c3ae563b906f65e98 authored over 3 years ago
Simplify IO.bracketFull

eb33205f25c75b014a926e637ea9fac742f481b2 authored over 3 years ago
Reimplement IO#guaranteeCase

e898454cb63520275b37f34ffef4a06515a8d713 authored over 3 years ago
Merge pull request #2107 from djspiewak/wip/new-laws

Fix `MonadCancel#guaranteeCase` for transformers and harden with new laws

84a91da49a05f123bbb5734531dcd25748e6487f authored over 3 years ago
Add comment on the forwarder object

966a4e6b94e9c503b2d7f08eb02be5984053a393 authored over 3 years ago
Forward testkit Resource methods to kernel testkit

c3f59e04ab702cc529270b6aa3ca2801a231a8bf authored over 3 years ago
Move copy pasted code to kernel-testkit TestInstances

524836856eb0b124c7a1f6275990e14477ebc6f4 authored over 3 years ago
Remove commented out eq code from TestInstances

48242ba6275916ab44aac1d794d6bffda373e9a8 authored over 3 years ago
Scalafmt

e93e774718a288a59c1560d255dfd0cb1f228b57 authored over 3 years ago
Removed unit test and apparently things work

bf9ad34b1282155a9e253eef6750f32f301798fc authored over 3 years ago
Fixed sequencing of outer finalizer when guarantee errors

e4826dc09b0ec32b812bf86ca628977340496c35 authored over 3 years ago
Avoid deadlock when F[_] short-circuits within #start

43690c295d9221eaf930195edc5d43b093807318 authored over 3 years ago
Removed obsolete comment

b7f854d874185b3582f7e9c494fac039a7a6d967 authored over 3 years ago
Merge pull request #2120 from TimWSpence/document-outcome

Document outcome

06276e01e893b816aa934a2580a219c8c741d7da authored over 3 years ago
Merge pull request #2114 from djspiewak/feature/reset-runtime

Added private functions for resetting the global runtime

5c9df79e9095ea75aafbffeb0d2102f3ff0adbe2 authored over 3 years ago
Merge pull request #2121 from scala-steward/update/sbt-1.5.5

Update sbt to 1.5.5

983beaebef973aa731b6e15332e6c800132bd624 authored over 3 years ago
Update sbt to 1.5.5

c6458b69d9b1753e74d3e9141e57edee4236b8f3 authored over 3 years ago
Scalafmt

b023197b9e79a836b8c0882a31204228479d0e02 authored over 3 years ago
Clarify wording

7279c6bde29bab248ec409bf8ba04934c73fad42 authored over 3 years ago
Document Outcome and why `Outcome#Succeeded` wraps something of type `F[A]`

c5ac504cbdd830aa3627303d6b702227d8d69a43 authored over 3 years ago
Uncovered new weirdness

1de23e5891cc5060819969b6f7903abaa8291352 authored over 3 years ago
Removed dubious test (doesn't work for anything codensity)

2838569999a0151f5820ff59c3bba8d89b8c2f58 authored over 3 years ago
Restored unexpectedly-relevant double-masking

24ef3dc14e8925b00d550e688ebb9c94507874d0 authored over 3 years ago
Rewrite fiberJoin law to avoid cancelation boundary conditions

6c87164001c39042189407faab88409cbde47257 authored over 3 years ago
Added comment to explain conspicuous lack of polling

e30a66ad5cf73a4331afca689389a42229b7d012 authored over 3 years ago
Suppress errors when finalizers fail for transformers

ac68a9988e25de42ba1fc0400b749eaedfcc8fbe authored over 3 years ago
WIP experimentation

eedd4ccc1213f95e1a18288f6cf44549585f94ca authored over 3 years ago
Use explicit functor map syntax to help Scala 3

b93e7b690145d90e2c077781f08a417df01e1e12 authored over 3 years ago
Reformat code

ab395a5f933c918e8176986e9b8255b5ab670e14 authored over 3 years ago
Run GenSpawn laws for Resource with PureConc

e931eb7046bb2bbd88fb254bcf6029bb5ac0e781 authored over 3 years ago
Added an extra onCancel law

c09f432cfac7693c7485f3f3dedf8e9b41f907da authored over 3 years ago
Added laws around guarantee

013cf65289c5c0b7d1c4a7377948a48dd3b2beb7 authored over 3 years ago
Removed printlns

47ce6a990283f778c040b6889dd0c603c53b1735 authored over 3 years ago
Ran around and fixed more things

4d4d8bf80edf5c5f64d2e35b0dc6d574958f96fd authored over 3 years ago
Hold the hands of Scala 2.12 through KleisliPureConcSpec

0b6f574b4c5f7bdc797320ff8661254eb2431696 authored over 3 years ago
Help out Scala 2.12 with TimeTSpec

193d3eca1b329f1bc1df4747ec0cfe26951d276c authored over 3 years ago
Add the missing poll in MonadCancel#bracketFull

391b73068b030ca7d08b2b6654d8149c4a95821f authored over 3 years ago
Merge pull request #2105 from armanbilge/supervisor-syntax-take-2

Add syntax for Supervisor

4ae48cb235eb2dc7285280b1da976133107a577b authored over 3 years ago
Merge pull request #2093 from armanbilge/dispatcher-promise

Add `unsafeToPromise` and friends to `Dispatcher`

8d9d3c4acbe86853080187ef1842779980b0b3ee authored over 3 years ago
Added private functions for resetting the global runtime

6acd190aa598a443e2d0bd9c53c9840e7b708022 authored over 3 years ago
Privatized `unsafeRunAsync`

9eee988ceefc13156670e1420314549b6b215612 authored over 3 years ago
Merge pull request #2113 from vasilmkd/scala301mergify

Update the mergify config for Scala 3.0.1

a838cde4e1858d9a6a477844a0aaae512404783c authored over 3 years ago
Update the mergify config for Scala 3.0.1

6e66f2680071769da1aa705be8a522ea7d75a98a authored over 3 years ago
Add Cogen instance for Resource in tests

fa3bf359f9e490da199833b9daad3edae7ae11e1 authored over 3 years ago
Merge pull request #2111 from scala-steward/update/scala3-library-3.0.1

Update scala3-library, ... to 3.0.1

f8ce9d57605dc8da6300b60db657833943a3172f authored over 3 years ago
Slight tweak to embedNever

- Daniel had the correct idea long ago

4d717cca32ec474e5930424f68bee0c9671563c8 authored over 3 years ago
Regenerate workflow with sbt-github-actions

3343b5ced98edc9fc51db7f0269b2785e5a493fa authored over 3 years ago
Update scala3-library, ... to 3.0.1

d603b248120d8f8a2042028be847e61e6bdff537 authored over 3 years ago
Merge pull request #2110 from scala-steward/update/sbt-scalafmt-2.4.3

Update sbt-scalafmt to 2.4.3

2747418a019789929af673f40a5a7507a6fe144d authored over 3 years ago
Update sbt-scalafmt to 2.4.3

480d320b017f175ab9f53a75f49cf7c0cb8383c4 authored over 3 years ago
Add doubly nested WriterT unit test

470500fa2983e560406d5f5f108cf636fa53874f authored over 3 years ago
Add doubly nested Kleisli unit test

b3171dfabbcd81464dd86d0dc8fdc9ec2dec36c0 authored over 3 years ago
Fix KleisliIOSpec compilation issue

9f7a0f32841fad15537bc7888c31348fa126b4a6 authored over 3 years ago
Delegated guaranteeCase for ReaderWriterStateT

7de1700447391b3d82aa3f8f6a59248647943ece authored over 3 years ago
Delegated guaranteeCase for StateT

15f694607e7262c478475ce71927ccd5da2dbbf2 authored over 3 years ago
Delegated guaranteeCase for WriterT

d6e715448b0485dba6cfbd73a4ca481443c74426 authored over 3 years ago
Delegated guaranteeCase for Kleisli

dbdda7cf594d39bb94fedf042349d5118fb776ab authored over 3 years ago
Finalize fiber join guaranteeCase correspondence

f630a3bceed6bcad1175013e1435f2a0e539b7ac authored over 3 years ago
Reformat code

cddcc640fbbae6599ba6fee5514c3284816580e0 authored over 3 years ago
Add doubly nested IorT unit test

b241c7352f3b199aaf2e22c7b3014085e5342338 authored over 3 years ago
Add doubly nested EitherT unit test

21eef61e063abf279ff2503d7886bd4026a9aa30 authored over 3 years ago
Add doubly nested OptionT unit test

7c32057ed45c7e9087c553f38034aaa2db61ddbe authored over 3 years ago
Delegated guaranteeCase for IorT

f0375a767b6850cccd6372dd59602cd85c97c54d authored over 3 years ago
Delegated guaranteeCase for EitherT

0577848777d0747586b17fa3c5b615cabf07b6ad authored over 3 years ago
Delegated guaranteeCase for OptionT

07ac92e7884d7527ab8620bf391cdafcd34f4514 authored over 3 years ago
Fix law to avoid error cases

2c8576c39e356da20337e722caa701b8a98061fe authored over 3 years ago
Reformat code changes

2a8d149e9a510da1ce909e64c345a23f68d496c6 authored over 3 years ago
Adjusted laws to ensure binary compatibility is maintained

813e9e519c2b898f9b4be052d97772b23dd52d22 authored over 3 years ago
Override guaranteeCase for IorT

82c3558e5fca63788b006db0ac44bc2aa8fcea1c authored over 3 years ago