This repository was archived by the owner on Jun 20, 2025. It is now read-only.
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
std.net.Address.resolveIP doesn't work on Windows #90
Description
std.net.Addresscan't be (de)serialized atm on Windows due to an issue inresolveIP(I think). Here's a build that failed due to this issue.How to Reproduce the Bug
In the
net_address.zigblock files, remove the enclosingif (builtin.os.tag != .windows)statements from the tests and then run the tests on Windows.Additional Context
No response