[Issue 23807] FunctionLiteral spec should not use Parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 24 10:47:57 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23807

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

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

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@ntrel created dlang/dlang.org pull request #3568 "Fix Issue 23807 -
FunctionLiteral spec should not use Parameters" fixing this issue:

- Fix Issue 23807 - FunctionLiteral spec should not use Parameters

  A literal's parameter can just be a FundamentalType or `...` but in all
  other cases an identifier is required.

  Also use list for description and add item for omitted parameter types.

  function.dd: Merge two variants of ParameterList grammar using OPT.

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

--


More information about the Digitalmars-d-bugs mailing list