Thread overview
[Issue 15368] Improve error message for "auto" keyword inside "foreach"
Jul 02, 2017
Vladimir Panteleev
Dec 17, 2022
Iain Buclaw
Jan 21, 2023
Dlang Bot
Jan 23, 2023
Dlang Bot
Feb 02, 2023
Dlang Bot
July 02, 2017
https://issues.dlang.org/show_bug.cgi?id=15368

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=15368

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
January 21, 2023
https://issues.dlang.org/show_bug.cgi?id=15368

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14839 "Fix 15368 - improve error message when using auto in foreach" fixing this issue:

- fix 15368 - improve error message when using auto in foreach

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

--
January 23, 2023
https://issues.dlang.org/show_bug.cgi?id=15368

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14839 "Fix 15368 - improve error message when using auto in foreach" was merged into stable:

- e7c2729806c1e7328c736af1177b322942717f17 by Dennis Korpel:
  fix 15368 - improve error message when using auto in foreach

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

--
February 02, 2023
https://issues.dlang.org/show_bug.cgi?id=15368

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14857 "merge stable" was merged into master:

- 3683d2384a4eecdc2f816177a04f3a52032f8f79 by Dennis:
  fix 15368 - improve error message when using auto in foreach (#14839)

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

--