Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Small bugfixes in rule evaluation

Compare
Choose a tag to compare
@pieterbos pieterbos released this 18 Sep 11:25
· 53 commits to master since this release
541a035

This release contains a small change in rule evaluation:

  • when constructing missing structure in automatic assertion fixing, a whole tree would be created with as many fields filled as possible. This meant problems later, so it was changed so it creates only the minimal amount of fields necessary to fix the assertion

And a small bugfix:

  • RMQueryContext threw an exception with the query "/". It now works correctly.