s2s
s2s copied to clipboard
error on test
when i run test give me this error
s2s.zig:474:49: error: no field named 'little' in enum 'builtin.Endian' std.mem.writeInt(AlignedInt(T), &res, val, .little); ~^~~~~~ C:\zig\lib\std\builtin.zig:452:20: note: enum declared here pub const Endian = enum { ^~~~ s2s.zig:486:34: note: called from here return intToLittleEndianBytes(hasher.final()); ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ s2s.zig:189:47: note: called from here const type_hash = comptime computeTypeHash(T); ~~~~~~~~~~~~~~~^~~
Which version of Zig are you using? You might need to roll back a few commits to get to an older state
0.12
That version isn't stable yet, can you update to latest master and check again?