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
-- [E008] MemberNotFoundError: grpc.scala:6:12------------------------------6|importio.grpc.Grpc| ^^^^^^^
| value `grpc` is not a member of io
one error found
while scalac reports no error.
A workaround for error is to prefix the import: import _root_.io.grpc.
Given the recent popularity of *.io domains, a few popular Scala libraries libraries now use io as their root package. For example, Circe (https://circe.github.io/circe/) and Quill (http://getquill.io/).
The text was updated successfully, but these errors were encountered:
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 13, 2017
The fix is more complex than I would like (see comment in source code).
If someone can reproduce the error locally without this commit and rack it down
this would help enormously.
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 13, 2017
The fix is more complex than I would like (see comment in source code).
If someone can reproduce the error locally without this commit and rack it down
this would help enormously. (reverted from commit f50bf57)
This behavior may be intentional but I could not find a reference to it in the docs.
Dotty reports the following error
while scalac reports no error.
A workaround for error is to prefix the import:
import _root_.io.grpc
.Given the recent popularity of
*.io
domains, a few popular Scala libraries libraries now useio
as their root package. For example, Circe (https://circe.github.io/circe/) and Quill (http://getquill.io/).The text was updated successfully, but these errors were encountered: