Thread overview
[Issue 19997] std.socket.InternetHost.getHostByAddr unittest does not work with IPv6
Jul 05, 2019
shove
Oct 07, 2019
berni44
Oct 07, 2019
berni44
Dec 17, 2022
Iain Buclaw
July 05, 2019
https://issues.dlang.org/show_bug.cgi?id=19997

shove <shove@163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shove@163.com

--- Comment #1 from shove <shove@163.com> ---
https://github.com/dlang/phobos/blob/35e9f2fbbaab75815c01a7e6b7d207e98afb9d56/std/socket.d#L986

Also here, IPv6 can cause exceptions.
std/socket.d does not fully support IPv6, such as GetHostByAddr().

Perfecting std/socket.d to fully support IPv6 is certainly the best, but it's a
bit of a workload.
So it may be a short-term solution to temporarily handle unittest to make it
work properly. Otherwise, auto-tester of PR will be interrupted frequently.

--
October 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19997

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de
           Assignee|nobody@puremagic.com        |bugzilla@d-ecke.de

--
October 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19997

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugzilla@d-ecke.de          |nobody@puremagic.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19997

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--