Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pants and Intellij 2020.3 #592

Open
callicles opened this issue Dec 1, 2020 · 6 comments
Open

Pants and Intellij 2020.3 #592

callicles opened this issue Dec 1, 2020 · 6 comments

Comments

@callicles
Copy link

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

@callicles
Copy link
Author

Looks like this is WIP: #578

@ggetv
Copy link

ggetv commented Jan 8, 2021

any updates on 2020.3 support?

@tpasternak
Copy link
Contributor

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

@basert
Copy link

basert commented Feb 1, 2021

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).

@ggetv
Copy link

ggetv commented Feb 1, 2021

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
Copy link

ggetv commented Mar 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants