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
@SethTisue I am unfamiliar with Scala compiler, would you say this is a compiler issue?
As in OP's reproduction, Foo is invalidated after Foo is changed, but nothing depends on Foo, so Zinc seems to be doing its job by just invalidating Foo.
Rather Scala Compiler should successfully find implicit value for bar instead of throwing could not find implicit value for parameter bar.
Inside the default namespace, implicit resolution does consider implicits defined in a package object in the default namespace too.
But zinc seems to rule out implicits those implicits and compilation fails.
Here's a minimal sample project: https://github.com/avdv/zinc-default-namespace-bug
The text was updated successfully, but these errors were encountered: