Mac Apps That Use Garbage Collection Must Move to ARC

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 26 12:45:06 PST 2015


On 2/25/2015 8:39 AM, Manu via Digitalmars-d wrote:
> I'll take the possibility that an ignored
> error code may not result in a hard-crash every time.

If you want some fun, take any system and fill up the disk drive to just short 
of capacity. Now go about your work using the system.

You'll experience all kinds of delightful, erratic behavior, because real world 
C code tends to ignore write failures and just carries on.


More information about the Digitalmars-d mailing list