Actions
Task #4095
opentracking: unify rule keyword value parsing
Description
Most keywords have their own parsing logic. There are a lot of overlaps between them, so it should be possible to unify them.
High level:
- many keywords use a comma separated list of key value pairs
- there are several keywords that take a single int
- there are several keywords taking an int or a range (dsize)
- ...
Idea here to define the major classes of keywords so we can unify the parsing. The new parsing should be done in rust (#3195 / #3317)
We'd need a ticket per class with the details.
Updated by Victor Julien almost 4 years ago
- Related to Task #3195: tracking: rustify all input added
Updated by Victor Julien almost 4 years ago
- Related to Feature #3317: rules: use rust for tokenizing rules added
Updated by Victor Julien almost 4 years ago
- Subject changed from rules: unify keyword value parsing to tracking: unify rule keyword value parsing
Updated by Philippe Antoine 4 months ago
- Assignee set to OISF Dev
- Target version set to TBD
Actions