-
Notifications
You must be signed in to change notification settings - Fork 17
bug in IntelliJ model loader #649
Comments
Note that what is interesting about inner interfaces is that they are actually compiled to toplevel interfaces. |
…intellij#649 This is basically rubbish but it was much easier to do it here, and now I can compile the IDE. @bjansen @FroMage we'll need a better fix for this.
So the bug here is the following: But in IntelliJ, the In 046a4d7 I have worked around the bug in We need to figure out something better. Unfortunately I can't see where I can actually even get access to the "real" class name from the IntelliJ APis I have. |
@bjansen I'll need your help. |
IIRC, when IntelliJ loads |
@bjansen aaaaah. So, indeed, my workaround in the model loader is kinda almost sorta correct then. |
Dunno, wouldn't it make more sense to move it to ceylon-ide-intellij? Also, why is this breaking now? I think it used to work correctly before? |
Yes, definitely, I totally agree. I'm just not sure where to go to fix it.
I have no clue. I have not myself been fucking with model loaders. |
…intellij#649 This is basically rubbish but it was much easier to do it here, and now I can compile the IDE. @bjansen @FroMage we'll need a better fix for this.
I'm getting errors like:
From inside the IDE, on the ceylon-ide-intellij project.
These errors don't occur on the command line. What they have in commit is the use of an inner interface coming from a binary dependency written in Ceylon.
The text was updated successfully, but these errors were encountered: