You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.