TheAlgorithms / Zig

Collection of Algorithms implemented in Zig.
https://the-algorithms.com/language/zig
MIT License
142 stars 27 forks source link

Update to v0.12.0 #13

Closed AndrewKraevskii closed 4 months ago

AndrewKraevskii commented 4 months ago

half closes #12

kassane commented 4 months ago

Thanks for the contribution @AndrewKraevskii.

Did you skip web/server?

web/http/server.zig:15:67: error: no field named 'Big' in enum 'builtin.Endian'
/opt/hostedtoolcache/zig/0.12.0/x64/lib/std/builtin.zig:479:20: note: enum declared here
error: the following command failed with 1 compilation errors:
AndrewKraevskii commented 4 months ago

Thanks for the contribution @AndrewKraevskii.

Did you skip web/server?

web/http/server.zig:15:67: error: no field named 'Big' in enum 'builtin.Endian'
/opt/hostedtoolcache/zig/0.12.0/x64/lib/std/builtin.zig:479:20: note: enum declared here
error: the following command failed with 1 compilation errors:

it seems so. I'll update it as well