Thread overview
[Issue 18528] dmd should deduplicate identical errors
Dec 17, 2022
Iain Buclaw
May 09, 2023
RazvanN
May 09, 2023
mhh
Jun 10, 2023
Walter Bright
Jun 10, 2023
Dlang Bot
Jun 10, 2023
Walter Bright
Jun 10, 2023
Walter Bright
Jun 10, 2023
Dlang Bot
Jun 12, 2023
Dlang Bot
Jul 03, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18528

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
May 09, 2023
https://issues.dlang.org/show_bug.cgi?id=18528

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |INVALID

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Any reduced code sample? Otherwise there is nothing actionable in this bug report.

--
May 09, 2023
https://issues.dlang.org/show_bug.cgi?id=18528

mhh <maxhaton@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |maxhaton@gmail.com
         Resolution|INVALID                     |---

--- Comment #2 from mhh <maxhaton@gmail.com> ---
Looks pretty actionable to me.

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
                 CC|                            |bugzilla@digitalmars.com
           Hardware|x86                         |All
                 OS|Mac OS X                    |All

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

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15303 "fix Issue 18528 - dmd should deduplicate identical errors" fixing this issue:

- fix Issue 18528 - dmd should deduplicate identical errors

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14905

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=10910

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15306 "fix Issue 18528 - dmd should deduplicate identical errors" fixing this issue:

- fix Issue 18528 - dmd should deduplicate identical errors

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

--
June 12, 2023
https://issues.dlang.org/show_bug.cgi?id=18528

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15312 "fix Issue 18528 - dmd should deduplicate identical errors" fixing this issue:

- fix Issue 18528 - dmd should deduplicate identical errors

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

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

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

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

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15312 "fix Issue 18528 - dmd should deduplicate identical errors" was merged into master:

- a5c43634f0ba197dc450e64de8259136b1a795fe by Walter Bright:
  fix Issue 18528 - dmd should deduplicate identical errors

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

--