Thread overview
[Issue 22357] TcpSocket doesn't accept connection on the latest version of dmd.
Oct 04, 2021
ryuukk_
Oct 04, 2021
ryuukk_
Oct 04, 2021
anonymous4
Dec 17, 2022
Iain Buclaw
October 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22357

ryuukk_ <ryuukk.dev@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryuukk.dev@gmail.com

--- Comment #1 from ryuukk_ <ryuukk.dev@gmail.com> ---
Someone changed the name of socket_t enum init to _init

Some places in the code calls socket_t.init, but none have been updated, could that be related?

https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2667 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2696 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2734 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2895 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2902 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2947

--
October 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22357

--- Comment #2 from ryuukk_ <ryuukk.dev@gmail.com> ---
According to this comment behavior should be unchanged, so that should be something else https://github.com/dlang/phobos/pull/8068#discussion_r630689792

--
October 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22357

--- Comment #3 from anonymous4 <dfj1esp02@sneakemail.com> ---
On windows the first member is zero:
enum socket_t : SOCKET { INVALID_SOCKET }
Where's the tests?

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=22357

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10479

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--