[Issue 22357] TcpSocket doesn't accept connection on the latest version of dmd.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 4 18:03:01 UTC 2021


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

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

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

--- Comment #1 from ryuukk_ <ryuukk.dev at 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

--


More information about the Digitalmars-d-bugs mailing list