Skip to content

v8.3.1: Fix crash with empty RemesPath queries; properly raise error for more bad RemesPath queries

Latest
Compare
Choose a tag to compare
@molsonkiko molsonkiko released this 23 Dec 06:23
· 3 commits to main since this release

[8.3.1] - 2024-12-22

Fixed

  1. Fixed bug where running a RemesPath query in the tree view would cause a crash if the query box was empty or contained only whitespace.
  2. Fixed bug where some errors would not be raised on some syntactically invalid RemesPath queries containing two valid items not separated by a binary operator. For example, 1 * -2 7 and bar + @[0] 9 both had this problem.