Hi,
I started looking at this project hoping to be able to contribute. Scala is not my primary language but I like it and hopefully can benefit from this contribution (equally, I hope project can benefit from my work)
I got it down, can compile and run tests via sbt but failing to get it working in IDE.
Running sbt eclipse (after adding eclipse plugin 4.0.0 dependency to plugins.sbt) I can create a project but but loading that in Eclipse Luna for Scala, I get weird errors saying "Compiler plugin kind-projector_2.11-0.6.0.jar is cross-compiled with incompatible version for this project: 2.11.0 vs 2.11.7 docs", which I can get rid of by changing "withVersionClasspathValidator" compiler settings but they re-appear again next time I reload the project despite the compiler setting remaining the same so I have turn on and off again that compiler setting to rid of errors for that session.
Besides, changing compiler settings doesn't sound right but I could not find any other way of fixing the issue.
Not ideal so I thought to give IntelliJ a try but on importing the project to IntelliJ 4.1 with Scala plugin I'm getting 100s of errors. I don't know IntelliJ well enough to understand the reason for those errors
I normally prefer IDE but in the end can work with Notepad++ or Sublime if that's the way.
Any help/advise would be appreciated.
Thanks
Nikolay