Let's improve D's exceptions

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Thu May 14 05:39:58 PDT 2015


On Thursday, 14 May 2015 at 10:29:57 UTC, Kagamin wrote:
> Maybe also replace file name with ModuleInfo similar to how 
> assert works?

Those bug me because all it really wants from it is the name and 
then you need all the moduleinfo even in bare metal.

Exception support requires some RTTI anyway so maybe it doesn't 
matter, but my playing with bare metal has made me really prefer 
the filename versions over the moduleinfo versions...


More information about the Digitalmars-d mailing list