authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-02-21 14:19:50-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-02-21 14:20:07-05:00
logdff7ca6784d2cf8e46fcfffb5e5e2eb537b71b4d
treee493dd9ced37c212e6d27fd7ed478de891f21182
parent10e0b071354d8a1b4ab70041dfdd06a008bd6d3d
signaturelock-open Commit is signed but in an unrecognized format.

annotate TODO comment with bug tracker link


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/net.zig+1-1
...@@ -18,7 +18,7 @@ pub const Address = extern union {...@@ -18,7 +18,7 @@ pub const Address = extern union {
18 in6: os.sockaddr_in6,18 in6: os.sockaddr_in6,
19 un: if (has_unix_sockets) os.sockaddr_un else void,19 un: if (has_unix_sockets) os.sockaddr_un else void,
2020
21 // TODO this crashed the compiler21 // TODO this crashed the compiler. https://github.com/ziglang/zig/issues/3512
22 //pub const localhost = initIp4(parseIp4("127.0.0.1") catch unreachable, 0);22 //pub const localhost = initIp4(parseIp4("127.0.0.1") catch unreachable, 0);
2323
24 pub fn parseIp(name: []const u8, port: u16) !Address {24 pub fn parseIp(name: []const u8, port: u16) !Address {