koxudaxi/ruff-pycharm-plugin

Consider relaxing pluginUntilBuild

Mogost opened this issue · 1 comments

I am not sure, but it looks like the pluginUntilBuild setting is too restrictive. The API that the plugin is using seems to be quite stable. Because of this, I am suggesting relaxing the pluginUntilBuild setting.

pluginUntilBuild = 241.*

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.

Originally posted by @washeck in #449 (comment)

Sorry for the slow response.
I immediately tried to build with the latest EAP, but some APIs are no longer accessible and cannot be built.
Basically, every new EAP puts a little bit of a problem, so removing that limit would cause a lot of inconvenience for everyone.
https://github.com/koxudaxi/ruff-pycharm-plugin/actions/runs/9585184135/job/26430490957?pr=461