typelevel/paiges

Trouble with IntelliJ SBT project

seanmcl opened this issue · 1 comments

The SBT build runs fine, but when I import a fresh copy of Paiges into the latest IntelliJ, there are a lot of problems.

  • There's an error dumping the sbt

screen shot 2018-07-15 at 8 32 06 am

  • Tests don't run

screen shot 2018-07-15 at 8 33 06 am

  • When I remove all the ScalaJS stuff from build.sbt, they still don't run

Before I keep hacking on this very complex SBT build, I just wanted to see if anyone else had an issue.

Got it somewhat working

  • Ignored the first error
  • Set the coreJVM module for running core tests
  • I can't get running a single test to work, but running all of them in the core module is working

I'll close this since I'm unblocked, but if anyone can run a single test I'd love to figure out how to configure that.