Internal error: ..\ztc\cod3.c 485

2012-04-25 Thread Era Scarecrow
t's in the tracker already under a different name/identifier. :( --- module internal_error_485; /*Internal error: ..\ztc\cod3.c 485 happens when class (or inherited) have one return a string (to convert) and the other with the workaround. Oddly it isn't doing auto conver

Re: Internal error: ..\ztc\cod3.c 485

2012-04-25 Thread Steven Schveighoffer
http://d.puremagic.com/issues/show_bug.cgi?id=7254 maybe? -Steve

Re: Internal error: ..\ztc\cod3.c 485

2012-04-25 Thread Era Scarecrow
On Wednesday, 25 April 2012 at 12:43:39 UTC, Steven Schveighoffer wrote: http://d.puremagic.com/issues/show_bug.cgi?id=7254 maybe? Maybe... but it shouldn't be the wrong return; at least being a static length known at compile-time should convert to char[4]. I'm not sure how try/catch would m