Skip to content

Tags: jorge-vasquez-2301/zio

Tags

v1.0.0-RC18

Toggle v1.0.0-RC18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]`

v1.0.0-RC18-1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix website (zio#3010)

v1.0.0-RC17

Toggle v1.0.0-RC17's commit message
Rename ZSchedule to Schedule (zio#2242)

* rename ZSchedule to Schedule

* add type alias

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