getty-zig / getty

A (de)serialization framework for Zig
https://getty.so
MIT License
189 stars 13 forks source link

`std.net.Address.resolveIP` doesn't work on Windows #90

Open ibokuri opened 1 year ago

ibokuri commented 1 year ago

Description

std.net.Address can't be (de)serialized atm on Windows due to an issue in resolveIP (I think). Here's a build that failed due to this issue.

How to Reproduce the Bug

In the net_address.zig block files, remove the enclosing if (builtin.os.tag != .windows) statements from the tests and then run the tests on Windows.

Additional Context

No response