[Issue 18946] assert message can throw hijacking the assert failure.

2021-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18946

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #2 from RazvanN  ---
I don't think this is a valid issue. This is a niche case (where the formatting
function throws) and uglifying the compiler to support this is not worth it.
Also, the Error should not be caught anyway. If the formatting function throws,
it should be the users job to catch this.

--


[Issue 18946] assert message can throw hijacking the assert failure.

2018-09-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18946

Nicholas Wilson  changed:

   What|Removed |Added

   Keywords||safe
   Hardware|x86 |All
 OS|Mac OS X|All

--- Comment #1 from Nicholas Wilson  ---
https://github.com/dlang/dmd/pull/8673

Upping the priority since this can prevent asserts from doing their thing.

--


[Issue 18946] assert message can throw hijacking the assert failure.

2018-06-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18946

Shachar Shemesh  changed:

   What|Removed |Added

 CC||shac...@weka.io

--