Actions
Feature #6648
closedTask #6644: tracking: detect: integer as first-class support
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
Actions