Tags: felipehaack/zio
Tags
Add Pull.memoizeEnd (zio#2032) * Add Pull.memoizeEnd constructor * Improve code organization in StreamEffect * Add StreamEffect.memoizeEnd constructor
-
Oct 28, 2019 - 811efbe
- zip
- 10000 tar.gz
Restart schedule on end in ZStream#scheduleWith (zio#1767) * Restart schedule on end * Remove unused state, add docs
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
Fix scaladoc in ZIO.never (zio#1351) * Fix scaladoc in ZIO.never * fix formatting
Add sinks for decoding UTF8 bytes and byte chunks (zio#1342)
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
PreviousNext