Thread overview
[Issue 10235] Grammar does not contain a rule for function declarations
Sep 23, 2014
Kenji Hara
Nov 24, 2016
anonymous4
Nov 24, 2016
anonymous4
Jul 28, 2021
Basile-z
September 23, 2014
https://issues.dlang.org/show_bug.cgi?id=10235

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
            Version|unspecified                 |D2

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

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

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

https://github.com/D-Programming-Language/dlang.org/commit/29a53eb72657510a1899aeeb6b3dc7efdfbcb618 fix Issue 10235 - Grammar does not contain a rule for function declarations

Move FuncDeclaration and related non terminal symbols into function.dd

Conflicts:
    declaration.dd
    grammar.dd

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

github-bugzilla@puremagic.com changed:

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

--
November 24, 2016
https://issues.dlang.org/show_bug.cgi?id=10235

anonymous4 <dfj1esp02@sneakemail.com> changed:

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

--- Comment #3 from anonymous4 <dfj1esp02@sneakemail.com> ---
Still has no rule for declaration without body, e.g. extern function.

--
November 24, 2016
https://issues.dlang.org/show_bug.cgi?id=10235

anonymous4 <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=4720

--
July 28, 2021
https://issues.dlang.org/show_bug.cgi?id=10235

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Basile-z <b2.temp@gmx.com> ---
https://dlang.org/spec/function.html#grammar

--