Actions
Feature #6648
closed
PA
PA
Task #6644: tracking: detect: integer as first-class support
detect: integer: support bitmasks
Feature #6648:
detect: integer: support bitmasks
Effort:
Difficulty:
Label:
Description
Bitflags/Bitstrings are just an integer where numerical comparison does not make sense
But we should add an operator & with two values : a mask, and a value to compare.
This would allow to check for a set of flags and their values
PA Updated by Philippe Antoine over 2 years ago
- Status changed from New to In Review
- Target version changed from TBD to 8.0.0-beta1
PA Updated by Philippe Antoine about 2 years ago
- Status changed from In Review to Closed
PA Updated by Philippe Antoine about 2 years ago
- Related to Feature #6724: detect: review existing keywords for usage of bitflags added
Actions