Thread overview
[Issue 8684] Missing ')' in argument list creates a sea of error messages
Oct 10, 2019
RazvanN
Nov 01, 2019
Dlang Bot
Nov 04, 2019
Dlang Bot
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=8684

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
October 10, 2019
https://issues.dlang.org/show_bug.cgi?id=8684

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |razvan.nitu1305@gmail.com

--
November 01, 2019
https://issues.dlang.org/show_bug.cgi?id=8684

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@benjones updated dlang/dmd pull request #10529 "fix issue_8684 by bailing early in parseArguments" fixing this issue:

- fix issue 8684 by bailing early in parseArguments

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

--
November 04, 2019
https://issues.dlang.org/show_bug.cgi?id=8684

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10529 "fix issue_8684 by bailing early in parseArguments" was merged into master:

- be9114f791d499c09b29f532f47707521008df76 by Ben Jones:
  fix issue 8684 by bailing early in parseArguments
  added test example, simplified logic per @rainers suggestion

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

--