-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix/#55 #56 modules #59
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
Conversation
Needs new TypeRef creation method that works for NoPrefix and at the same time does not need a denotation. This is provided by method TermRef.withNakedSymbol.
Review by @DarkDimius, @sjrd |
Unfortunately #56 isn't fixed yet.
|
to experience that failure you can run |
Need a fix analogous to what was done in newModuleSymbol to determine the source module of a module class.
Works for me. |
@odersky, thanks for fixing this quickly. |
@DarkDimius can you squash the commits and merge? I am overwhelmed with other stuff. |
No problem, I'll do it. |
OK, sounds good |
merged as part of #64 |
Backport "Fix enclosingClass from returning refinement classes" to 3.3 LTS
Fixes for problems related to modules.