mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-18 15:33:08 +02:00
Task
- Disabled ambiguous date parsing. Ain't nobody got time for that.
This commit is contained in:
parent
20d4e37b40
commit
63eb32d177
1 changed files with 5 additions and 0 deletions
|
@ -2023,6 +2023,7 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.addSource (namedDates);
|
e.addSource (namedDates);
|
||||||
|
e.ambiguity (false);
|
||||||
contextTask = *this;
|
contextTask = *this;
|
||||||
|
|
||||||
Variant v;
|
Variant v;
|
||||||
|
@ -2056,6 +2057,7 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.addSource (namedDates);
|
e.addSource (namedDates);
|
||||||
|
e.ambiguity (false);
|
||||||
contextTask = *this;
|
contextTask = *this;
|
||||||
|
|
||||||
Variant v;
|
Variant v;
|
||||||
|
@ -2074,6 +2076,7 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.addSource (namedDates);
|
e.addSource (namedDates);
|
||||||
|
e.ambiguity (false);
|
||||||
contextTask = *this;
|
contextTask = *this;
|
||||||
|
|
||||||
Variant v;
|
Variant v;
|
||||||
|
@ -2092,6 +2095,7 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.addSource (namedDates);
|
e.addSource (namedDates);
|
||||||
|
e.ambiguity (false);
|
||||||
contextTask = *this;
|
contextTask = *this;
|
||||||
|
|
||||||
Variant v;
|
Variant v;
|
||||||
|
@ -2116,6 +2120,7 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.addSource (namedDates);
|
e.addSource (namedDates);
|
||||||
|
e.ambiguity (false);
|
||||||
contextTask = *this;
|
contextTask = *this;
|
||||||
|
|
||||||
Variant v;
|
Variant v;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue