1
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Motiejus Jakštys 5704deb6b3 make Group.members an array with sentinel
Triggers a bug in the compiler, similar to
https://github.com/ziglang/zig/issues/7517
2022-04-03 14:48:53 +03:00
Motiejus Jakštys 34049d13f0 group members are now slices 2022-03-26 12:06:07 +02:00
Motiejus Jakštys 88d88af111 wip cloneArray
may not turn out to be useful though
2022-03-26 11:12:04 +02:00
Motiejus Jakštys fad7c9fbaf DB.header is becoming a pointer
Also, move User, PackedUser, Group, PackedGroup to better-fit places.
2022-03-26 10:40:35 +02:00
Motiejus Jakštys 347f0a1392 Write the file
Also move DB and Corpus to their own files while doing that.
2022-03-24 12:36:08 +02:00
Motiejus Jakštys a8b45911aa weekend changes
- move main.zig to it's own package, create lib/
- rename AllSections to DB, remove intermediate tuples
- iovec does not allocate
- remove error{Overflow} from almost everywhere
2022-03-23 12:01:13 +02:00