pantsbuild / intellij-pants-plugin

IntelliJ Plug-in for Pants Build
Apache License 2.0
74 stars 55 forks source link

Pants and Intellij 2020.3 #592

Open callicles opened 3 years ago

callicles commented 3 years ago

The pants plugin right now is not compatible with the last version of intellij

callicles commented 3 years ago

Looks like this is WIP: https://github.com/pantsbuild/intellij-pants-plugin/pull/578

ggetv commented 3 years ago

any updates on 2020.3 support?

tpasternak commented 3 years ago

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

basert commented 3 years ago

I tested and a few things are not working anymore:

ggetv commented 3 years ago

I tested and a few things are not working anymore:

  • currently, when executing [Cntrl] + [Shift] + [A] and run "Refresh pants project", it triggers an export which will re-create generated sources, e.g. thrift generation. It also tells Intellij to load new dependencies. This is not working anymore (e.g. ./pants server shows no command being executed)
  • Running tests with pants does not work, it's not using pants to compile but Intellij build in (which fails because it does not resolve internal dependencies properly).

having the same issue with running tests.

ggetv commented 3 years ago

any update on the fix for running tests with pants? thanks!