Comment #0 by qs.il.paperinik — 2022-09-22T12:05:52Z
Rename InOut to ParameterStorageClass
From
InOut:
auto
TypeCtor
final
in
lazy
out
ref
return
scope
to
ParameterStorageClass:
auto
TypeCtor
final
in
lazy
out
ref
return
scope
Note: not only change the name in functions.dd, but also in DMD.
Comment #1 by dkorpel — 2022-09-22T12:23:22Z
(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?
Comment #2 by dlang-bot — 2022-09-22T12:25:36Z
@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
Comment #3 by qs.il.paperinik — 2022-09-22T13:22:51Z
(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.
Comment #4 by dlang-bot — 2022-09-22T15:41:36Z
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