Thread overview
[Issue 20259] [Function Socket.bind] Doesn't inform what Exception it throws
Dec 23, 2019
berni44
Dec 28, 2019
Dlang Bot
Dec 28, 2019
Dlang Bot
October 02, 2019
https://issues.dlang.org/show_bug.cgi?id=20259

--- Comment #1 from relay.public.adnan@outlook.com ---
In this link https://dlang.org/library/std/socket/socket.bind.html

--
December 23, 2019
https://issues.dlang.org/show_bug.cgi?id=20259

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de
          Component|dlang.org                   |phobos

--
December 28, 2019
https://issues.dlang.org/show_bug.cgi?id=20259

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7336 "Fix Issue 20259 - [Function Socket.bind] Doesn't inform what Exception it throws" fixing this issue:

- Fix Issue 20259 - [Function Socket.bind] Doesn't inform what Exception
  it throws

https://github.com/dlang/phobos/pull/7336

--
December 28, 2019
https://issues.dlang.org/show_bug.cgi?id=20259

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7336 "Fix Issue 20259 - [Function Socket.bind] Doesn't inform what Exception it throws" was merged into master:

- 43276247b58cfed8687adf0d34803b69882a9bed by Bernhard Seckinger:
  Fix Issue 20259 - [Function Socket.bind] Doesn't inform what Exception
  it throws

https://github.com/dlang/phobos/pull/7336

--