Tags: RayanRal/zio
Tags
ZStream bugfixes (zio#3633) * Remove redundant finalizer application in ZManaged.switchable * Close stream resources properly in ZStream#catchAllCause * Inline some of ZStream#flatMap * Use an isolated ReleaseMap for ZStream.managed * fmt * Fix Dotty compilation
zio#2784 - adding Myers based diff to rendered string equality assert… …ion failures (zio#2923) * zio#2784 - adding Myers based diff to rendered string equality assertion failures * trying to fix dotty compilation * * Multiple refactoring, following PR comments; * The diffing is now determined by the assertion (as a function); * Improved multiline rendering. * restoring @@ silent aspect on DefaultTestReporterSpec * ExampleSpec: removing trailing comma for 2.11 compat * MessageMarkup: removing calls to `Fragment.apply` from FailureRenderer.scala (dotty compat) * updating dotty AssertionVariants to match 2.x * simplified Assertion.diffing * scalafmt and fix * making FailureRenderer and MessageMarkup `private [test]`
Rename ZSchedule to Schedule (zio#2242) * rename ZSchedule to Schedule * add type alias
Add Pull.memoizeEnd (zio#2032) * Add Pull.memoizeEnd constructor * Improve code organization in StreamEffect * Add StreamEffect.memoizeEnd constructor
PreviousNext