Gavin King
Gavin King
Looks like this isn't for 1.3.0 after all.
> I think they might be useful when we try to implement a Ceylon interface in Java. Well, _perhaps_, but it's probably a bad idea to do this, especially since...
WDYM "code that uses iterables"? I don't understand.
A compromise solution might be to add a `Weigher` so that the fall to the bottom of the list.
> Just found a place [where we do this](https://github.com/ceylon/ceylon-ide-intellij/blob/85b876092b99477eb26355c202074ea34403629b/plugin-ceylon-code/src/org/intellij/plugins/ceylon/ide/ceylonCode/psi/CeylonFile.java#L177-L181). Then I suggest that we fix that code.
> But it's right that Java code that implements a Ceylon interface with some implementation methods has to manage `$impl` elements explicitly. No. It's not right. `$impl`s are going away,...
I can't do this until @davidfestal or @bjansen can suggest to me a way to get the `Module` associated with a `SourceFileMessage`. I do have an IntelliJ `VirtualFile`, but I...
@davidfestal it's probably not worth wasting time on this for 1.2.3.
@bjansen this looks more like a feature request, not a bug, to me ... or is this the sort of thing that is expected to always work due to the...