Thread overview
[Issue 22027] inout shouldn't imply return
Jun 15, 2021
Dlang Bot
Jun 16, 2021
Walter Bright
Jun 18, 2021
Adam D. Ruppe
Mar 22, 2022
Dlang Bot
Mar 22, 2022
Dlang Bot
Mar 22, 2022
Dlang Bot
June 15, 2021
https://issues.dlang.org/show_bug.cgi?id=22027

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 #12689 "Fix issue 22027, 20149 - inout doesn't imply return" fixing this issue:

- fix issue 22027, 20149 - inout doesn't imply return

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

--
June 16, 2021
https://issues.dlang.org/show_bug.cgi?id=22027

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Removing the implicit `return` from `inout` will likely break existing code, as the `return` may need to be added.

--
June 18, 2021
https://issues.dlang.org/show_bug.cgi?id=22027

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator@gmail.com

--- Comment #3 from Adam D. Ruppe <destructionator@gmail.com> ---
How can you break existing code that doesn't exist? The whole return thing is new.

--
March 22, 2022
https://issues.dlang.org/show_bug.cgi?id=22027

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dlang.org pull request #3259 "Fix issue 22027 - `inout` doesn't imply return" fixing this issue:

- Fix issue 22027 - Inout doesn't imply return

https://github.com/dlang/dlang.org/pull/3259

--
March 22, 2022
https://issues.dlang.org/show_bug.cgi?id=22027

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12689 "Fix issue 22027, 20149 - inout doesn't imply return" was merged into master:

- 9082bb675362f06c7c50141ecebff960648546f1 by dkorpel:
  Fix issue 22027, 22840 - inout doesn't imply return

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

--
March 22, 2022
https://issues.dlang.org/show_bug.cgi?id=22027

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #3259 "Fix issue 22027 - `inout` doesn't imply return" was merged into master:

- c4edb10953b1d33ee36a59d40e24e5debd67da2e by dkorpel:
  Fix issue 22027 - Inout doesn't imply return

https://github.com/dlang/dlang.org/pull/3259

--