- Implemented Command::filter_shortcut to detect when a filter begins
  with "status:pending" and skip the loading/parsing of completed.data.
- Removed obsolete att.t.cpp tests.
- Removed diagnostics from TDB2::TDB2 that were causing a segfault.
  I suppose there is no std::cout available during global ctors?
This commit is contained in:
Paul Beckingham 2011-07-14 00:46:01 -04:00
parent 424dc50a36
commit 3a5370ddf1
5 changed files with 44 additions and 10 deletions

View file

@ -266,9 +266,6 @@ int Context::dispatch (std::string &out)
return c->execute (out);
}
// TODO Need to invoke 'information' when a sequence/filter is present, but
// no command is specified.
return commands["help"]->execute (out);
}