Closed saidsay-so closed 2 years ago
The idea is good I think. But what is the connection to FileFlags? There aren't any guards defined that involve FileFlags.
I wanted to replace them with guards because keeping both would be more complicated. File flags conditions aren't really used a lot and can be easily replaced by a guard which tests the required flags.
Guards are functions which test if a requirement is met and returns an error to skip the test if it isn't. This would allow skipping tests which needs capabilities, for example (https://github.com/musikid/pjdfstest/pull/110#issuecomment-1250312411).