tofu
tofu copied to clipboard
fixed zio.Tag's usage in ZIO's WithRun implicit
- An implicit instance of
Tag
is now used in ZIO'sWithRun
instance to initializeZEnvironment
properly.
fixes #1236
nice fix!
@skelantros Thx for the fix!
It would be nice if there was a test on that issue to be sure that we won't break it. Don't you mind to add that in your PR?
@skelantros Thx for the fix!
It would be nice if there was a test on that issue to be sure that we won't break it. Don't you mind to add that in your PR?
Hi there! Ok, gonna do that on the weekend.
@skelantros I'm closing your PR. Your changes were included in #1383 by @Grryum