-
Notifications
You must be signed in to change notification settings - Fork 53
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
Usage of macrame crashes Presentation compiler in Scala IDE #73
Comments
Hi! Thanks for the report - I'll try to take a look this week. Maybe you have any idea what's going on? |
On 10/26/2015 11:09 AM, Eugene Burmako wrote:
|
Since macros can do anything, there's nothing to learn from normal execution of the typer w.r.t. why this failed :) |
Here it's not macros per se, it's the macro annotation engine interacting in bad ways with the presentation compiler. It seems that I've missed some of the invariants that aren't held when we move from the batch compiler to the interactive one. |
Update build.
I have the following piece of code:
And the following
build.sbt
, which depends on macrame:If I introduce a compilation error in
Test
or try to trigger code completion (actually I think it doesn't matter what is done as long as the PC in involved) it often (but not always) happens that the PC crashes. There are error messages shown like the following:The text was updated successfully, but these errors were encountered: