Commit Graph

7 Commits

Author SHA1 Message Date
67360962c3 fix Group.init to copy appropriately 2022-04-16 06:24:55 +03:00
5968d8494e add CGroup 2022-04-16 05:36:49 +03:00
a655d8a88a wip group clone/new 2022-04-10 23:30:12 +02:00
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
34049d13f0 group members are now slices 2022-03-26 12:06:07 +02:00
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
347f0a1392 Write the file
Also move DB and Corpus to their own files while doing that.
2022-03-24 12:36:08 +02:00