Thread overview
[Issue 19325] The 'body' keyword is still not deprecated
Dec 23, 2019
Dlang Bot
Dec 23, 2019
Dlang Bot
Dec 23, 2019
Dlang Bot
Feb 07, 2020
Mathias LANG
Mar 04, 2021
Mathias LANG
December 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19325

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #10693 "Fix issue 19325 - Deprecate body keyword" fixing this issue:

- Fix issue 19325 - Deprecate body keyword

  The 'do' keyword has been supported since 2.075.0,
  so we can safely deprecate 'body' now.

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 updated dlang/dmd pull request #10693 "Fix issue 19325 - Deprecate body keyword" fixing this issue:

- Fix issue 19325 - Deprecate body keyword

  The 'do' keyword has been supported since 2.075.0,
  so we can safely deprecate 'body' now.

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

--
December 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19325

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #10693 "Fix issue 19325 - Deprecate body keyword" fixing this issue:

- Fix issue 19325 - Deprecate body keyword

  The 'do' keyword has been supported since 2.075.0,
  so we can safely deprecate 'body' now.

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

--
December 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19325

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10693 "Fix issue 19325 - Deprecate body keyword" was merged into master:

- 3093244d3a4ea668fd86b3780933a4cdbaba80e8 by Geod24:
  Fix issue 19325 - Deprecate body keyword

  The 'do' keyword has been supported since 2.075.0,
  so we can safely deprecate 'body' now.

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

--
February 07, 2020
https://issues.dlang.org/show_bug.cgi?id=19325

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|FIXED                       |---

--- Comment #4 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Reverted: It broke a lot of code out there, and some people are still stuck before `do` was introduced. I guess we'll have to wait a bit more.

--
March 04, 2021
https://issues.dlang.org/show_bug.cgi?id=19325

Mathias LANG <pro.mathias.lang@gmail.com> changed:

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

--- Comment #5 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Re-introduced in https://github.com/dlang/dmd/pull/12244

--