Tomasz Pasternak

Results 99 comments of Tomasz Pasternak

Hey, we pushed it to the bleeding edge channel https://plugins.jetbrains.com/plugin/7412-pants-support/versions/bleedingedge

Seems to be a bug in intellij-scala, submitted here https://youtrack.jetbrains.com/issue/SCL-16940

Yes, exactly. @lukaszwawrzyk took this task for me

Hm, it seems we created a hook for this in scala-plugin but we don't use it https://github.com/JetBrains/intellij-scala/pull/498

Ok, thanks for the explanation. I still think it would be better to apply data retrieved from `package` directive to both jars, but I agree it's a low priority one...

Hey, I have put some of them here, in comments. Sorry for not linking it https://github.com/VirtusLab/ide-probe/blob/ab994b52fe18a91d994314195906cc10c7966704/core/driver/tests/src/test/java/org/virtuslab/ideprobe/ProbeDriverJavaTest.java

I'm not sure if this is related, but I also noticed that commands such as `bazel info` or `bazel mod` cause invalidaiton of large portions of skyframe. It can be...

@fmeum with your help I figured out what's wrong - I was using `--override_repository` when running build, but not when running `bazel info`. When I tried `bazel info --override_repository` it...

Probably my comments are unrelated to the original issue, sorry for messing