ActionDB 0.4.0
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 toadbtool validate
so all error messages will be
printed out, not just the first one - add
-d
parameter toadbtool
to enable debug logs - store
Node
s directly inParserNode
andLiteralNode
- add
pdb2adb
script to convertPatternDB
patterns toActionDB
format - add
MatcherSuite
trait - count the parsed lines in
adbtool
- other smaller refactors and improvements
Contributors: faxm0dem, ihrwein, lbudai