[dmd-internals] [D-Programming-Language/dmd] 0047b4: fix Issue 15163 - Parser bug on double function ca...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun Oct 11 01:58:13 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0047b4130cf368c077deb1a9997e404bb6b0416d
      https://github.com/D-Programming-Language/dmd/commit/0047b4130cf368c077deb1a9997e404bb6b0416d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M src/parse.d
    M test/compilable/compile1.d

  Log Message:
  -----------
  fix Issue 15163 - Parser bug on double function call

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


  Commit: d2c607f2105912d27a63b04e4d7e618665937d61
      https://github.com/D-Programming-Language/dmd/commit/d2c607f2105912d27a63b04e4d7e618665937d61
  Author: Iain Buclaw <ibuclaw at gdcproject.org>
  Date:   2015-10-11 (Sun, 11 Oct 2015)

  Changed paths:
    M src/parse.d
    M test/compilable/compile1.d

  Log Message:
  -----------
  Merge pull request #5165 from 9rnsr/fix15163

Issue 15163 - Parser bug on double function call


Compare: https://github.com/D-Programming-Language/dmd/compare/c4417966b05d...d2c607f21059


More information about the dmd-internals mailing list