InKryption

Results 43 comments of InKryption

How about: * `bitrecord(uXX) struct` * `bitrecord(uXX) union`

@MageJohn After reading your suggestions, a question occurs to me: would it be better to treat this concept as a struct with uniform field types, as opposed to an array?...

From what I can tell, the CI failure doesn't seem to be caused by this PR. I ran the behavior tests (which is what seems to be failing) with the...

I think this would make more sense in conjunction with `std.io.SeekableStream` or something adjacent, instead of changing the definition of `std.io.Reader`.

One idea would be to have a function that takes both a seekable stream and a reader, which are assumed to be from the same source, and use functions of...

@alexnask Would `zig build [...] --verbose-cimport` meet the requirements for this? Or `std.build.Builder`'s equivalent `verbose_cimport` field.

Don't mean to nag or to annoy, but I really would like to know: is there a path forward for this using `--verbose-cimport`/`Builder.verbose_cimport`? If there is, I would be happy...

When/If this is worked on, the ability of this module to be integrated into a GUI should be carefully considered, same as the ECS - and on that note, would...

Although not explicitly stated, assuming this implicitly would also extend to the declarations in enums, this could also enable slightly better cohesion between normal enum values, and enum value "aliases",...

Zero-length identifiers are currently illegal, so that wouldn't even work in status quo; even if it were to become legal again, this proposal does not pose any changes to the...