You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason getStrLn hangs when started from bloop run. May be it is my setup only.
It does not seem to be anyhow specific to ZIO though, because just calling StdIn.readLine() causes the same issues.
It might be important because upcoming Metals seems to be using bloop to implement running the application and this might scare and alienate beginners.
For some reason
getStrLn
hangs when started frombloop run
. May be it is my setup only.It does not seem to be anyhow specific to ZIO though, because just calling
StdIn.readLine()
causes the same issues.It might be important because upcoming Metals seems to be using
bloop
to implement running the application and this might scare and alienate beginners.I have created a minimal project to reproduce the issue on latest ZIO version:
https://github.com/rtar/zbri
The text was updated successfully, but these errors were encountered: