AzureMarker / intellij-lalrpop

Jetbrains plugin for the LALRPOP parser-generator
MIT License
16 stars 2 forks source link

0.2.1 has compatibility errors with 2020.2 according to the plugin verifier #39

Closed AzureMarker closed 3 years ago

AzureMarker commented 3 years ago

image

Intellij-rust seems to do the same thing as us in createConfigurable, and I didn't see any issues when I manually tested with 2020.2, so I wonder if this is just a false positive.

AzureMarker commented 3 years ago

We might need to add kotlinOptions.apiVersion = "1.3": https://github.com/intellij-rust/intellij-rust/blob/3addc3c6b73b2d07b0556f8bb9f9601467d7606e/build.gradle.kts#L101

AzureMarker commented 3 years ago

Closed by https://github.com/Mcat12/intellij-lalrpop/commit/02a17b0b6ecafba8b97fac3a806e39d01756e6c2 (updated tag and release, so 0.2.1 now passes the compatibility check on 2020.2)