Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed zio.Tag's usage in ZIO's WithRun implicit #1238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skelantros
Copy link

@skelantros skelantros commented Apr 12, 2024

  • An implicit instance of Tag is now used in ZIO's WithRun instance to initialize ZEnvironment properly.

fixes #1236

@Grryum
Copy link
Contributor

Grryum commented Apr 15, 2024

nice fix!

@dos65
Copy link
Collaborator

dos65 commented Apr 18, 2024

@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
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZIO's WithRun#runContext fails with an error
3 participants