ndk icon indicating copy to clipboard operation
ndk copied to clipboard

ndk: Replace open-coded `bool` getters with `bitflags` wrappers

Open MarijnS95 opened this issue 1 year ago • 1 comments

And "correct" their ABI to match how it is used in the actual NDK getter functions. Also add missing aliases and upstream documentation where sensible.


CC @rib, I've been thinking about this to make our wrapper types more consistent, but it may be more inconvenient to use now except in the case when checking multiple flags at once...

MarijnS95 avatar Sep 03 '24 22:09 MarijnS95

We should also do this for ndk::configuration::DiffResult, which most likely benefits from the autogenerated Debug implementation too.

MarijnS95 avatar Oct 08 '24 12:10 MarijnS95