Feature #3396
closed
Task #3374: Migrate all core modules from legacy Mentat
Task #3376: Polish mentat-inspector.py module
mentat-inspector.py - Implement 'unique' argument for 'tag' and 'set' actions
Added by Jan Mach over 7 years ago.
Updated about 7 years ago.
Category:
Development - Core
Description
It seems that it would be useful to have unique argument for tag and set actions, because they could set the message key only in case it does not already exist within given list.
- Status changed from In Progress to Resolved
- Assignee changed from Jan Mach to Pavel Kácha
This should now be resolved and working on current implementation of filtering grammar. Filtering actions set and tag now have optional argument 'unique', which enables appending values into target list only in case they are unique. Obviously this works only for lists and those lists must be at the end of JPath (uniqueness is checked using Python`s in operator). Uniqueness for any JPath would require prior jpath_values() call, which would slow execution. However this extended behavior is possible, for a price.
Examples can currently be found only in source code of following modules and unit tests:
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF