gerboengels

Results 7 comments of gerboengels

If you define your type like this ```cpp struct my_access_mask : type_safe::strong_typedef, type_safe::strong_typedef_op::bitmask { using strong_typedef::strong_typedef; }; my_access_mask add_read(my_access_mask mask) { return mask & my_access_mask{ GENERIC_READ }; } ``` you...

Hi @hero101111, That sounds like a great solution. I didn't realize until I looked at the source code (and now your suggestion reinforces it) that the settings in `cpt.config` seem...

> These "errors" sound more like internal CppCheck errors/warnings/hints than static code analysis issues? I agree, except for `unmatchedSuppression`: the whole reason a suppression ends up in the code is...

Catch2 v3 seems to be officially released. Any updates on this?

@alerque In an interactive revise, you can type `p` instead of `pick`, or `s` instead of `squash`. But that `s` will conflict with `s` for `split`

Maybe `-e` should be kept as an alias for `--reword`/`-r`, for those why type `git revise -ie` from muscle memory? (same for `-c`?)

> There's tickets about it and I also have WIP tests/changes for this locally. Please give me a few days to give some insight on this. Great! Then I'll wait...