Thread overview
[Issue 17798] [2.076] "static foreach" not documented
Sep 01, 2017
Walter Bright
Sep 04, 2017
timon.gehr@gmx.ch
September 01, 2017
https://issues.dlang.org/show_bug.cgi?id=17798

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Severity|enhancement                 |major

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
The DIP for static foreach:

  https://github.com/dlang/DIPs/blob/master/DIPs/DIP1010.md

Changelog for static foreach:

  https://github.com/dlang/dmd/pull/7086

Article about static foreach:

  https://dlang.org/blog/2017/09/01/dmd-2-076-0-released/

--
September 04, 2017
https://issues.dlang.org/show_bug.cgi?id=17798

timon.gehr@gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr@gmx.ch

--- Comment #2 from timon.gehr@gmx.ch ---
https://github.com/dlang/dlang.org/pull/1884

--
October 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17798

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/4caec8e66773560bef9e2f9df1f11c4b1e5378df fix Issue 17798 - [2.076] "static foreach" not documented

https://github.com/dlang/dlang.org/commit/c190c0c29c3f1bd733936f94b69ec56548c33ce3 Merge pull request #1884 from tgehr/fix17798

fix Issue 17798 - [2.076] "static foreach" not documented merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17798

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/4caec8e66773560bef9e2f9df1f11c4b1e5378df fix Issue 17798 - [2.076] "static foreach" not documented

https://github.com/dlang/dlang.org/commit/c190c0c29c3f1bd733936f94b69ec56548c33ce3 Merge pull request #1884 from tgehr/fix17798

--