Thread overview
[Issue 19172] Improve betterC assertion error mesage for switch_error
Jun 04, 2022
Walter Bright
Dec 17, 2022
Iain Buclaw
Jan 15, 2023
Walter Bright
Jan 15, 2023
Richard Cattermole
June 04, 2022
https://issues.dlang.org/show_bug.cgi?id=19172

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |betterC
                 CC|                            |bugzilla@digitalmars.com

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
January 15, 2023
https://issues.dlang.org/show_bug.cgi?id=19172

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=19087
         Resolution|---                         |FIXED

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
I'm not sure what you're asking for. Following the link leads to https://issues.dlang.org/show_bug.cgi?id=19087 which has been marked as fixed.

Pending further clarification, I'm going to mark this as resolved.

--
January 15, 2023
https://issues.dlang.org/show_bug.cgi?id=19172

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined@gmail.com

--- Comment #2 from Richard Cattermole <alphaglosined@gmail.com> ---
The problem will be that the file and line arguments would have been ignored.

I.e.

"No appropriate switch clause found on $FILE:$LINE" would be better than just an assert with the message "No appropriate switch clause found".

--