Tom Manner
Tom Manner
This issue isn't a rapidcheck issue, it's a compiler-specific 8-bit integral type implementation issue. Both `gcc` and `clang` use a set of typedefs to provide all of the sized integral...
I bumped into this recently as well and decided to try running it under `gdb` to poke around a little bit. I took 11 stack snapshots, a few in the...
I was just toying with an idea after question about whether switches cases could handle using a set of comptime-known tags/values for a prong rather than requiring each value to...
Huh, I tested it, but with something very simple, I'll take another look today with some more complexity. I'm okay with closing this in the meantime if you'd like to...
Ah, got it. It's a pretty handy feature. I did some more testing on a larger page and it seems to be holding up there.