mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Expression reboot
- A3 now tracks whether a command is read-only, and builds filters accordingly. - Implemented extract_filter, extract_modfications and extract_words stubs. - Removed all E9 implementation details - this is going to be written from scratch.
This commit is contained in:
parent
c344c07579
commit
91225d808f
6 changed files with 109 additions and 1076 deletions
|
@ -91,6 +91,9 @@ int CmdCustom::execute (std::string& output)
|
|||
context.a3.capture_first (*arg);
|
||||
}
|
||||
|
||||
context.a3.categorize ();
|
||||
context.a3.dump ("CmdCustom::execute");
|
||||
|
||||
// Load the data.
|
||||
// TODO Replace with TDB2.
|
||||
std::vector <Task> tasks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue