Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ibokuri opened this issue Jan 15, 2023 · 0 comments
Open

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

ibokuri opened this issue Jan 15, 2023 · 0 comments
Labels
Milestone

Comments

@ibokuri
Copy link
Contributor

ibokuri commented Jan 15, 2023

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

@ibokuri ibokuri added the bug label Jan 15, 2023
@ibokuri ibokuri added this to the 0.5.0 milestone Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant