Thread overview
[Issue 11705] std.typecons.Typedef is missing proper documentation
Apr 22, 2014
Andrej Mitrovic
Apr 23, 2014
Andrej Mitrovic
April 22, 2014
https://issues.dlang.org/show_bug.cgi?id=11705

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                URL|                            |https://github.com/D-Progra
                   |                            |mming-Language/phobos/pull/
                   |                            |2102
                 CC|                            |andrej.mitrovich@gmail.com
          Component|websites                    |Phobos
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com
            Summary|Documentation of the cookie |std.typecons.Typedef is
                   |of std.typecons.Typedef     |missing proper
                   |                            |documentation
           Severity|minor                       |normal

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=11705

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/4e47221560c8e14ac253a112743885c3c2ea63cd Fix Issue 11705 - Document Typecons and its parameters properly.

https://github.com/D-Programming-Language/phobos/commit/aede15f059c2bd8e6096f46718d2cc4f24dc72a2 Merge pull request #2102 from AndrejMitrovic/Fix11705

Issue 11705 - Document Typecons and its parameters properly.

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=11705

github-bugzilla@puremagic.com changed:

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

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=11705

--- Comment #2 from bearophile_hugs@eml.cc ---
(In reply to github-bugzilla from comment #1)

> Commits pushed to master at https://github.com/D-Programming-Language/phobos

Thank you Andrej :-) What I'd like is something like the lisp gensym, so you can generate progressive numbers at compile-time to mix-in ever different internal names, and avoid the cookie hack.

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=11705

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to bearophile_hugs from comment #2)
> (In reply to github-bugzilla from comment #1)
> 
> > Commits pushed to master at https://github.com/D-Programming-Language/phobos
> 
> Thank you Andrej :-) What I'd like is something like the lisp gensym, so you can generate progressive numbers at compile-time to mix-in ever different internal names, and avoid the cookie hack.

I've replied to your gen issue here: https://issues.dlang.org/show_bug.cgi?id=12100

--