Thread overview
[Issue 23359] Rename InOut to ParameterStorageClass
Sep 22, 2022
Bolpat
Sep 22, 2022
Dennis
Sep 22, 2022
Dlang Bot
Sep 22, 2022
Bolpat
Sep 22, 2022
Dlang Bot
September 22, 2022
https://issues.dlang.org/show_bug.cgi?id=23359

Bolpat <qs.il.paperinik@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qs.il.paperinik@gmail.com

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

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl

--- Comment #1 from Dennis <dkorpel@live.nl> ---
(In reply to Bolpat from comment #0)
> Note: not only change the name in functions.dd, but also in DMD.

Where do you see the name `InOut` or similar in DMD?

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dlang.org pull request #3413 "Fix 23359 - Rename InOut to ParameterStorageClass" fixing this issue:

- Fix 23359 - Rename InOut to ParameterStorageClass

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

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

--- Comment #3 from Bolpat <qs.il.paperinik@gmail.com> ---
(In reply to Dennis from comment #1)
> (In reply to Bolpat from comment #0)
> > Note: not only change the name in functions.dd, but also in DMD.
> 
> Where do you see the name `InOut` or similar in DMD?

I found this: https://github.com/dlang/dmd/blob/master/druntime/benchmark/gcbench/vdparser.extra/vdc/parser/decl.d

I renamed grammar entities in 2020 and was asked to replicate the renaming in the parser.

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

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/dlang.org pull request #3413 "Fix 23359 - Rename InOut to ParameterStorageClass" was merged into master:

- 96e0050018388e79cfd3d83c6bbd3957d3ddbd48 by Dennis Korpel:
  Fix 23359 - Rename InOut to ParameterStorageClass

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

--