Tags: hamednourhani/zio
Tags
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
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