Thread overview
[Issue 15163] Parser bug on double function call
Oct 06, 2015
Kenji Hara
October 06, 2015
https://issues.dlang.org/show_bug.cgi?id=15163

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid

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

--
October 11, 2015
https://issues.dlang.org/show_bug.cgi?id=15163

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

https://github.com/D-Programming-Language/dmd/commit/0047b4130cf368c077deb1a9997e404bb6b0416d fix Issue 15163 - Parser bug on double function call

Add `allowAltSyntax` parameter to `isDeclarator`, and disable it from `parseStatement`.

https://github.com/D-Programming-Language/dmd/commit/d2c607f2105912d27a63b04e4d7e618665937d61 Merge pull request #5165 from 9rnsr/fix15163

Issue 15163 - Parser bug on double function call

--
January 03, 2016
https://issues.dlang.org/show_bug.cgi?id=15163

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

https://github.com/D-Programming-Language/dmd/commit/0047b4130cf368c077deb1a9997e404bb6b0416d fix Issue 15163 - Parser bug on double function call

https://github.com/D-Programming-Language/dmd/commit/d2c607f2105912d27a63b04e4d7e618665937d61 Merge pull request #5165 from 9rnsr/fix15163

--