Naftoli Gugenheim
Naftoli Gugenheim
I don't know why scalacOptions has to run `app_common.test.compile` but invoking it manually works: ``` ❯ mill -i app_common.test.compile [1259/1277] app_common.test.resources ```
Wait, so then I did another import and checked the last occurence in the logs and it was the same error on a different module (selenium_tests.test.compile), and when I invoked...
It wasn't generating the stderr file. But this is what intellij says mill actually returned in its response to intellij.
I don't remember the exact sequence of events. It was a few days ago, and even after the workaround I described Ctrl-F9 was using the IDEA builder, and it was...
Also note that the stack trace shows that it's happening in Mill.
Is there a simple way to test the BSP response with `nc` or the like?
Hi, sorry for not responding earlier -- I had to switch back to sbt and have been very busy. Here are the relevant build files: https://gist.github.com/nafg/8bf78893a54fa8ead7d61586cd499880
I'm happy to provide full project access privately if you like
@tminglei are you around? @mdedetrich my two cents, perhaps instead of trying to mechanically convert the code, maybe we should address the root issue, is reflection really needed to achieve...
@hughsimpson amazing