8000 Tags · laurynaslubys/zio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: laurynaslubys/zio

Tags

v1.0.0-RC16

Toggle v1.0.0-RC16's commit message
Add Pull.memoizeEnd (zio#2032)

* Add Pull.memoizeEnd constructor

* Improve code organization in StreamEffect

* Add StreamEffect.memoizeEnd constructor

v1.0.0-RC15

Toggle v1.0.0-RC15's commit message
Rename access macro + doc fixes (zio#1979)

v1.0.0-RC14

Toggle v1.0.0-RC14's commit message
Make sure that `FiberRef`s are inherited in `ZIO.raceAll` (zio#1902)

* Make sure that `FiberRef`s are inherited in `ZIO.raceAll`

Fixes zio#1900

* Attempt to remove flakiness

* Make dotty happy

v1.0.0-RC13

Toggle v1.0.0-RC13's commit message
Restart schedule on end in ZStream#scheduleWith (zio#1767)

* Restart schedule on end

* Remove unused state, add docs

v1.0.0-RC12-1

Toggle v1.0.0-RC12-1's commit message
add dependencies information to microsite (zio#1559)

v1.0.0-RC12

Toggle v1.0.0-RC12's commit message
ZIO Test: Support Platform Specific Test Configuration (zio#1539)

* implement Async

* don't check for nonflakiness of shrinks

* enable platform specific test parameters

* format

* make platform specific test aspects

* Update TestAspect.scala

* Update ExitUtils.scala

v1.0.0-RC11-1

Toggle v1.0.0-RC11-1's commit message
Fix scaladoc in ZIO.never (zio#1351)

* Fix scaladoc in ZIO.never

* fix formatting

v1.0.0-RC11

Toggle v1.0.0-RC11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add sinks for decoding UTF8 bytes and byte chunks (zio#1342)

v1.0.0-RC10-1

Toggle v1.0.0-RC10-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix documentation build (zio#1171)

1.0.0-RC10

Toggle 1.0.0-RC10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Limit the maximum amount of ancestors in a ZIO Trace (zio#1158)

* Add a TracingConfig parameter `ancestryLength` and limit the maximum amount of ancestors in a ZIO Trace
Add ZTrace.parents

* use .parents in FiberContext

* fix build

;

* Change `parents` semantic to avoid `copy` allocations. Use `iterator` to avoid rebuilding the list

* Add ZTrace.ancestryLength; check length before cutting off

* move out ZTrace.truncatedParentTrace

* fmt
0