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

Attempt at porting to zio2 #529

Merged
merged 5 commits into from
Nov 25, 2022
Merged

Attempt at porting to zio2 #529

merged 5 commits into from
Nov 25, 2022

Conversation

sirocchj
Copy link
Member

I dunno 🤷‍♂️

barambani
barambani previously approved these changes Nov 25, 2022
zio/src/test/scala/ConsoleLogWriterTest.scala Outdated Show resolved Hide resolved
@barambani barambani merged commit 4f00837 into laserdisc-io:master Nov 25, 2022
@@ -231,7 +235,7 @@ final class ConsoleLogWriterTest extends AnyWordSpecLike with Matchers with zio.
"created with level Trace" should {
"log all the messages" in {
val out = capturedConsoleOutOf {
val cl = consoleLogUpToLevel(Trace)
val cl = consoleLogUpToLevel(log.effect.LogLevels.Trace)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the record, no idea why this was needed, but not in all other cases...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ambiguous with zio.Trace I guess.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you're absolutely right.. I'll create a mini-PR to hide it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sirocchj sirocchj deleted the zio2 branch November 25, 2022 18:04
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.

2 participants