TW-230, TW-1329

- TW-230 Filter tasks on partial UUIDs (thanks to Paul Kishimoto).
- TW-1329 Short UUIDs (thanks to Benjamin Weber).
This commit is contained in:
Paul Beckingham 2014-07-01 23:56:53 -04:00
parent e663072088
commit 5413d3172b
4 changed files with 31 additions and 24 deletions

View file

@ -40,7 +40,7 @@
#include <Lexer.h>
static const char* _uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
static const unsigned int _uuid_min_length = 14;
static const unsigned int _uuid_min_length = 8;
////////////////////////////////////////////////////////////////////////////////
Nibbler::Nibbler ()