Support negation of requirements
Open
transition
- Dominant language
- C++
- Stars
- 251
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
If you want to build something on Windows only my current solution was: `no windows:yes`
However this causes conflicts when any other rule (e.g. C++11 requirements) adds a `no` too
Hence it would be great if negation like `!windows:no` would be supported
The current solution involves a rather clunky `conditional` and a function
Contributor guide
Assessment
This issue has not been assessed yet.