Sergio Rodriguez Orellana
Sergio Rodriguez Orellana
Hey @joprice you shouldn't have to include the Scala standard library as a dependency. How are you binding `default_scala` in your `WORKSPACE`? Also, what version of the IntelliJ plugin are...
I've seen this issue when a custom `ScalaConfiguration` doesn't include the Scala compiler in its `compiler_classpath`, but the default one does so that's not it.. ~It might be that the...
I poked around a bit more. This is an odd bug. If `@annex//:org_scala_lang_scala_library` or `@annex//:org_scala_lang_scala_compiler` are included as `deps` or `runtime_deps` on _any_ Scala target in your workspace, IntelliJ recognizes...
Builds are failing: https://travis-ci.org/github/higherkindness/rules_scala/builds/739988853 The status doesn't on the PR update cause of #288... I'll reach out to James to see if we can get that taken care of
Hey Tom, Sorry for the delayed response. Things have been very busy lately. I think adding a sample project and/or thoroughly commenting the tests workspace would be wonderful. We don't...
I like the idea of adding newlines between errors. I'm also open to making the file path bold, but the biggest gains in readability seem to be the newlines.
I thought underline would be a good idea too, but it makes the output look like a bunch of links
Hey @bjchambers! Thanks for opening this issue. For plugins that are only referenced directly in one package (like global plugins you specify when configuring the compiler) this shouldn't be an...
>to get my scala_library to make a metadata available to intellij I don't understand, which metadata are you referring to? >intellij can only view the classes by decompiling the jars...
Would you mind providing a small reproducible case?