Refactoring

- Obsoleted Cmd object.
- Removed Context::dispatch, renamed dispatch2 --> dispatch.
- Commented out import and custom report functionality that depends
  on Cmd.  This should be about as broken as taskwarrior gets.  It's
  all uphill from here.
This commit is contained in:
Paul Beckingham
2011-06-02 00:17:16 -04:00
parent bcbff8d99b
commit a3912d9123
10 changed files with 62 additions and 323 deletions

View File

@@ -257,6 +257,18 @@ bool Arguments::extract_command (
return false;
}
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_filter ()
{
}
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_modifications ()
{
}
////////////////////////////////////////////////////////////////////////////////
// A sequence can be:
//
@@ -362,12 +374,6 @@ void Arguments::extract_sequence (std::vector <int>& sequence)
this->erase (this->begin () + kill[k]);
}
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_nv ()
{
}
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_uuids (std::vector <std::string>& uuids)
@@ -378,19 +384,31 @@ void Arguments::extract_uuids (std::vector <std::string>& uuids)
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_filter ()
void Arguments::extract_attrs ()
{
}
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_modifications ()
void Arguments::extract_words ()
{
}
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_text ()
void Arguments::extract_tags ()
{
}
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_pattern ()
{
}
////////////////////////////////////////////////////////////////////////////////
// TODO
void Arguments::extract_subst ()
{
}