Thread overview
[Issue 14616] ddoc shows std.socket.UnixAddress as "abstract"
May 22, 2015
Dragos Carp
May 22, 2015
Dragos Carp
May 22, 2015
Dragos Carp
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14616

Dragos Carp <dragoscarp@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14616

Dragos Carp <dragoscarp@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14616

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
this is because the DDOC version of UnixAddress has unimplemented functions. Put in implementations, and you will get rid of the abstract label.

--
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14616

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor

--
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14616

--- Comment #2 from Dragos Carp <dragoscarp@gmail.com> ---
PR: https://github.com/D-Programming-Language/phobos/pull/3308

--
May 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14616

Steven Schveighoffer <schveiguy@yahoo.com> changed:

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

--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> ---
PR has been pulled.

--