DIP76: Autodecode Should Not Throw
Dicebot via Digitalmars-d
digitalmars-d at puremagic.com
Tue Apr 7 01:19:57 PDT 2015
On Tuesday, 7 April 2015 at 03:17:26 UTC, Walter Bright wrote:
> http://wiki.dlang.org/DIP76
I have doubts about it similar to Vladimir. Main problem is that
I have no idea what actually happens if replacement characters
appear in some unicode text my program processes. So far I have
that calming feeling that if something goes wrong in this regard,
exception will slap me right into my face.
Also it is worrying to see so much effort put into `nothrow` in
language which endorses exceptions as its main error reporting
mechanism.
More information about the Digitalmars-d
mailing list