Thread overview
[Issue 13525] Redundant SpecialKeyword grammar listd in DefaultInitializerExpression
Sep 24, 2014
Kenji Hara
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13525

briancschott@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |briancschott@gmail.com

--- Comment #1 from briancschott@gmail.com ---
If DefaultInitializerExpression consists only of AssignExpression, it should be removed from the grammar.

--
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13525

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dlang.org/pull/661

--
October 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13525

github-bugzilla@puremagic.com changed:

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

--
October 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13525

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

https://github.com/D-Programming-Language/dlang.org/commit/0b4db24b5b07c3051bcf6c06860774d48be77f11
fix Issue 13525 - Redundant SpecialKeyword grammar listd in
DefaultInitializerExpression

Remove DefaultInitializerExpression and replace with AssignExpression

https://github.com/D-Programming-Language/dlang.org/commit/01a407c157eefe5e1bcdfb37f2514f79409d3958 Merge pull request #661 from 9rnsr/fix13525

Issue 13525 - Redundant SpecialKeyword grammar listd in DefaultInitializerExpression

--