Skip to content

ActionDB 0.4.0

Compare
Choose a tag to compare
@ihrwein ihrwein released this 28 Oct 09:39
· 152 commits to master since this release

Changelog

Actiondb 0.4.0

  • include pattern UUIDs in error messages
  • check the pattern's uuid when testing its test messages
  • make grammar use the ParserFactory to create parsers
  • add MatcherFactory trait
  • do not call pattern().unwrap() on an internal LiteralNode (too short match)
  • add -i parameter to adbtool validate so all error messages will be
    printed out, not just the first one
  • add -d parameter to adbtool to enable debug logs
  • store Nodes directly in ParserNode and LiteralNode
  • add pdb2adb script to convert PatternDB patterns to ActionDB format
  • add MatcherSuite trait
  • count the parsed lines in adbtool
  • other smaller refactors and improvements

Contributors: faxm0dem, ihrwein, lbudai