-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove some implicit conversions #4312
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
Remove some implicit conversions #4312
Conversation
79d2225 to
9830806
Compare
nicolasstucki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
| case class MultiDenotation(denot1: Denotation, denot2: Denotation) extends Denotation(NoSymbol, NoType) with MultiPreDenotation { | ||
| final def infoOrCompleter = multiHasNot("info") | ||
| final def info(implicit ctx: Context) = infoOrCompleter | ||
| // final def info(implicit ctx: Context) = infoOrCompleter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping
|
@OlivierBlanvillain this PR needs a rebase |
9830806 to
70fcd52
Compare
119b788 to
08197ef
Compare
| case class MultiDenotation(denot1: Denotation, denot2: Denotation) extends Denotation(NoSymbol, NoType) with MultiPreDenotation { | ||
| final def infoOrCompleter = multiHasNot("info") | ||
| final def info(implicit ctx: Context) = infoOrCompleter | ||
| // final def info(implicit ctx: Context) = infoOrCompleter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping
| @@ -0,0 +1,41 @@ | |||
| import dotty.tools.dotc._ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file was removed from master
|
It is impossible to review the merge commit. Could you rebase instead. |
d7ae2b1 to
f1853c7
Compare
|
Needs a rebase to remove the |
f1853c7 to
7f89686
Compare
7f89686 to
a55dae9
Compare
Blaisorblade
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything LGTM here, also because all controversial changes were screened in #4077 (haven't re-double-checked), and the extra boilerplate is always limited (even the Context -> ContextBase touches few lines).
|
Leaving merge to @OlivierBlanvillain in case there's any other concern I don't know about, but I think we're good! 🎉 |
Subsumes #4077 as a new PR to keep the per commit comments. I addressed the comments in the original PR and removed the commits that where not marked lgtm, expect for the PreName one to continue the discussion, see this comment.