I noticed my Scala IDE consuming all the available CPU... I tried to compile the project via SBT from the command line and I got the same situation.

How can I get to know what's going wrong? Is there a way to find out what file or class/object/trait is being compiled?

I'm getting the same issue in 2.10.2 and 2.10.4-RC1

有帮助吗?

解决方案

I found out the problem was due to importing a library from Slick 2.0 called heterogenous.syntax. I also got a contact with the Slick developing team in order to give'em some code to investigate on.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top