This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-12
Channels
- # announcements (76)
- # babashka (10)
- # beginners (39)
- # biff (2)
- # calva (51)
- # chlorine-clover (8)
- # cider (6)
- # clj-kondo (15)
- # clj-on-windows (13)
- # cljdoc (26)
- # cljs-dev (8)
- # clojure (196)
- # clojure-austin (17)
- # clojure-europe (36)
- # clojure-nl (4)
- # clojure-spec (8)
- # clojure-uk (2)
- # clojurescript (18)
- # community-development (4)
- # conjure (1)
- # core-typed (38)
- # cursive (5)
- # datalevin (17)
- # datomic (25)
- # docker (1)
- # events (2)
- # interop (2)
- # jobs (4)
- # kaocha (28)
- # lsp (22)
- # nyc (1)
- # off-topic (10)
- # pedestal (1)
- # portal (22)
- # re-frame (22)
- # react (10)
- # shadow-cljs (19)
- # spacemacs (7)
- # tools-deps (11)
- # vim (14)
- # xtdb (7)
We'll need a new version of the IJ plugin cut at some point for the 2022.1 release.
I don't. I googled to figure out that DumbAware change. š I expect there's a way to give it a works-from or works-with range when building, but I've never made an IJ plugin, so I don't know. š
At worst, it'd probably just be yearly with their new release cycle. I think. I hope?
Alright. Looking deeper now...hmm.
This - https://github.com/djblue/portal/blob/master/extension-intellij/src/main/resources/META-INF/plugin.xml#L45 ā¢ implies to me that from a code perspective it should be fine, but that there may actually have been underlying API changes that force IJ to declare it incompatible. Presumably just binary incompatibility, as I don't think you're using much of its functionality at all right now.
If it's not actually incompatible, you might be able to change to
<idea-version since-build="192.5118" until-build="221.*"/>
to get through this year?
But it'd still need to be updated.
I really don't understand their build range stuff.I got hit by this too, upgraded IntelliJ but seems the Portal plugin isn't supported on this latest one, anything we can help to fix it @U1G869VNV?
this is what shows when I try to install it
The fix is already merged thanks to @U01GXCWSRMW, just need to do a release. Sorry for the delay
It's already updated and ready for when @U1G869VNV cuts a new release and publishes it to the plugin repo.
ah, awesome! looking forward to the release
Just kicked off the https://github.com/djblue/portal/actions/runs/2209484716 š
How long does the publish-to-Jetbrains review process usually take?
Got an email from Jetbrains saying: > The update of your plugin has some compatibility issues. You can find more information https://plugins.jetbrains.com/plugin/18467-portal-inspector/versions/stable/169727. Could you please check the compatibility settings?
I don't think they were picking up the compatibility ranges before, but now they are, which means the lower bound needs to be higher because JBCefBrowserBase wasn't introduced until 211.*
:thumbsup:
Blergh. Sorry.
I ran the validation, too. Weird