-
Notifications
You must be signed in to change notification settings - Fork 49
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
Scala.js tests - no logging plus a delayed pop up #263
Comments
Thanks for the issue. I've actually pre-emptively investigated this and found the root cause:
The root cause is:
In fact, if you add it to the build it should resolve the issue. There are several ways this can be "fixed" in weaver itself - I'm just evaluating options. The fact that this was never caught is because our own tests use this dependency: https://github.com/disneystreaming/weaver-test/blob/master/build.sbt#L216 And the exception being thrown is the same as this issue: cquiroz/scala-java-time#257 |
Er, wow. That was fast. Thanks for the workaround. |
I'm just happy it was so simple and will not require a scala.js runner rewrite :) |
I've added that dependancy to the build, I get logging now, but still the pop up. Should the pop up be filed against metals? |
Using metals / vcscode
I observe two undesirable behaviours.
appears, which is rather disruptive to workflow.
I posted this on Gitter and was asked to submit an issue here.
The text was updated successfully, but these errors were encountered: