Thread overview
[Issue 24812] [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664
Oct 14
Dlang Bot
Oct 14
Dlang Bot
5 days ago
Dlang Bot
October 14
https://issues.dlang.org/show_bug.cgi?id=24812

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
(In reply to Iain Buclaw from comment #0)
> After:
> ```
> Error: enum `pr117115.Foo enum `Foo` must have at least one member
> ```
Oops, copy-paste mistake in the module name, but the odd number of backticks remains the same.

--
October 14
https://issues.dlang.org/show_bug.cgi?id=24812

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@thewilsonator created dlang/dmd pull request #17004 "Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an …" fixing this issue:

- Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an empty enum declaration

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

--
October 14
https://issues.dlang.org/show_bug.cgi?id=24812

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17004 "Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an …" was merged into stable:

- f4ee72f350bbb4bddf276edf8d0bebbf481a9f2f by Nicholas Wilson:
  Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an empty
enum declaration

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

--
5 days ago
https://issues.dlang.org/show_bug.cgi?id=24812

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17069 "Merge stable" was merged into master:

- b97828fef45b55541eaefe098e5508f45c27f837 by Nicholas Wilson:
  Fix bugzilla issue 24812 - Incorrect highlighting when diagnosing an empty
enum declaration (#17004)

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

--