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

PyCharm EAP Support #449

Open
joostecg opened this issue May 28, 2024 · 3 comments · May be fixed by #461
Open

PyCharm EAP Support #449

joostecg opened this issue May 28, 2024 · 3 comments · May be fixed by #461

Comments

@joostecg
Copy link

Describe the bug
With each release of and EAP on PyCharm Professional the plugin fails to load or is incompatible with the latest EAP

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Settings/Plugins'
  2. Click on 'Ruff'
  3. See error " Incompatible: requires IDE build 241.* or earlier"

Expected behavior
Continued use with latest EAP unless some reason exists that would break the compatibility.

Environments (please complete the following information):

  • IDE: [PyCharm Professional; 2024.2 EAP]
  • OS: [Windows 11]
  • Ruff Version [0.0.33]
  • Plugin version [0.0.33 ]
@washeck
Copy link

washeck commented May 28, 2024

This is similar to #383 and it will happen with any new build number. Why don't you just remove until-build and limit the supported version only after a problem is discovered. I'm using more plugins and they just work when EAP is released.

@washeck
Copy link

washeck commented Jun 19, 2024

@koxudaxi I know you are busy with porting to the new LSP integration. Anyway, would you be so kind to just rebuild the current version with updated until-build so we can use the current version of the plugin in PyCharm EAP. Thank you very much.

@koxudaxi koxudaxi linked a pull request Jun 19, 2024 that will close this issue
@koxudaxi
Copy link
Owner

Sorry for the slow response.
I have tried, but I can't build it properly just by increasing the version. Some APIs cannot be referenced, so something needs to be fixed.

https://github.com/koxudaxi/ruff-pycharm-plugin/actions/runs/9585184135/job/26430490957?pr=461

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

Successfully merging a pull request may close this issue.

3 participants