Skip to content

Releases: AzureMarker/intellij-lalrpop

0.2.15

03 Nov 07:32
Compare
Choose a tag to compare
  • Update dependencies
  • Fix "NoSuchMethodError" on 2024.2+ due to recent Rust plugin release (reported via Sentry)

0.2.14

27 Dec 19:47
Compare
Choose a tag to compare
  • Switch support from open source Rust plugin to new Jetbrains Rust plugin
  • Dropped support for 2023.1 (support is available for 2023.2+)
  • Note: There's a known false-positive error reported on <> in Rust action code

0.2.13

30 Apr 19:52
42db910
Compare
Choose a tag to compare
  • Update dependencies
  • Support recent intellij-rust changes
  • Update to support 2023.1 IDEs (and drop 2022 IDEs)

0.2.12

23 Oct 21:49
8499feb
Compare
Choose a tag to compare
  • Update dependencies
  • Support recent intellij-rust changes
  • Fix Rust code injection (references in LALRPOP files work again!)

0.2.11

17 Jul 00:08
a594121
Compare
Choose a tag to compare
  • Fix "Failed to create use statement" bug (reported via Sentry)

0.2.10

15 Apr 01:50
fa26e2c
Compare
Choose a tag to compare
  • Update to support 2022.1 IDEs (and drop 2021.3)
  • Update dependencies

0.2.9

06 Mar 04:42
275e6c2
Compare
Choose a tag to compare
  • Fix an error when using the plugin with IntelliJ-Rust >= 165 (reported via Sentry)
  • Fix an error in InferFromRustPluginQuickFix when the type isn't known
  • More accurately match the supported RegExp functionality in LALRPOP (fixes #52)
  • Fix a possible issue with non-unique keys in MissingTerminalsInspection (reported via Sentry)
  • Drop support for < 2021.3 IDEs

0.2.8

27 Nov 00:06
c115f2f
Compare
Choose a tag to compare
  • Fix an exception due to using non-unique text attribute keys (reported via Sentry)
  • Fix an exception due to lexer emitting empty CODE tokens (reported via Sentry)
  • Fix stack overflow when inferring type of self-referential nonterminal (reported via Sentry)
  • Improve parser recovery when alternative fails to parse
  • Fix possible lexer exception when Rust code block is empty.
  • Update dependencies

0.2.7

24 Oct 04:55
d515c7a
Compare
Choose a tag to compare
  • Add error reporter for plugin crashes
  • Support 2021.3 IDEs/EAP
  • Possible fix for duplicate use/semicolon tokens after renaming item used in import. #48
  • Small improvements to the lexer

0.2.6

08 Sep 00:45
9fe9e2b
Compare
Choose a tag to compare
  • Fix multi-line Rust string handling (fixes #47)