-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Can't import package beginning with "util" #1583
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
Labels
Comments
This looks like a duplicate of #1286, and I think #1479 will fix it. @nicolasstucki can you check? |
I think my issue here is that every package within the scala package is available directly.
This means I can't name any of my packages "util.foo.bar" because any attempt to import them gives...
BTW - I like the new error reporting. |
Reported fixed in #1479 by @nicolasstucki |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 18, 2016
This commit also fixes scala#1583.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 19, 2016
This commit also fixes scala#1583.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 20, 2016
This commit also fixes scala#1583.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
opening a new REPL and trying to import a package with name util.xxx.yyy gives an error...
The following gives no error even though "util.bar" doesn't exist...
using the following suggested by @felixmulder works...
The text was updated successfully, but these errors were encountered: