Thread overview
[Issue 23571] Discussion of manifest constants in enum documentation is confusing at best
Dec 22, 2022
Iain Buclaw
Dec 22, 2022
Iain Buclaw
Jul 08, 2023
Nick Treleaven
Jul 08, 2023
Dlang Bot
Jul 10, 2023
Dlang Bot
December 22, 2022
https://issues.dlang.org/show_bug.cgi?id=23571

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3
                 CC|                            |ibuclaw@gdcproject.org

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|ibuclaw@gdcproject.org      |

--
July 08, 2023
https://issues.dlang.org/show_bug.cgi?id=23571

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org
           Severity|normal                      |enhancement

--
July 08, 2023
https://issues.dlang.org/show_bug.cgi?id=23571

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dlang.org pull request #3656 "[spec/enum] Tweak docs" fixing this issue:

- [spec/enum] Tweak docs

  Move EnumMember above EnumMemberAttributes, as it is mentioned first.
  Split anonymous enums into separate grammar block.
  Add subheading for single member syntax.
  Explain that all enum members are manifest constants.
  Fix Issue 23571 - Discussion of manifest constants in enum documentation
  is confusing at best.

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

--
July 10, 2023
https://issues.dlang.org/show_bug.cgi?id=23571

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #3656 "[spec/enum] Tweak docs" was merged into master:

- 163573882de65df967d0048486f31cdc3fda23dc by Nick Treleaven:
  [spec/enum] Tweak docs

  Move EnumMember above EnumMemberAttributes, as it is mentioned first.
  Split anonymous enums into separate grammar block.
  Add subheading for single member syntax.
  Explain that all enum members are manifest constants.
  Fix Issue 23571 - Discussion of manifest constants in enum documentation
  is confusing at best.

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

--