mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Expressions Refactor - Clarified expansion rules
- Arg now has a _value member that reflects the value in play, rather than the input _raw value. Only _value is used in eval. - DOM expansion capabilities are now controlled by rc.dom.
This commit is contained in:
parent
c6229a6ca6
commit
215364958e
5 changed files with 168 additions and 166 deletions
1
src/E9.h
1
src/E9.h
|
@ -73,6 +73,7 @@ private:
|
|||
std::vector <Arg> _terms;
|
||||
std::map <std::string, RX> _regexes;
|
||||
std::string _dateformat;
|
||||
bool _dom;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue