Thread overview
using exceptions in @nogc
Mar 31, 2015
weaselcat
Mar 31, 2015
ketmar
Mar 31, 2015
weaselcat
Mar 31, 2015
ketmar
Mar 31, 2015
sclytrack
March 31, 2015
was this ever solved?
I did some research and saw static immutable ones suggested a few times, but they can't be chained AFAIK.
March 31, 2015
On Tue, 31 Mar 2015 01:40:52 +0000, weaselcat wrote:

> was this ever solved?

nope. there were some suggestions, but no decision was made.

March 31, 2015
On Tuesday, 31 March 2015 at 03:12:42 UTC, ketmar wrote:
> On Tue, 31 Mar 2015 01:40:52 +0000, weaselcat wrote:
>
>> was this ever solved?
>
> nope. there were some suggestions, but no decision was made.

sigh
do you know if there's an open enhancement request for this?
March 31, 2015
On Tue, 31 Mar 2015 05:34:11 +0000, weaselcat wrote:

> On Tuesday, 31 March 2015 at 03:12:42 UTC, ketmar wrote:
>> On Tue, 31 Mar 2015 01:40:52 +0000, weaselcat wrote:
>>
>>> was this ever solved?
>>
>> nope. there were some suggestions, but no decision was made.
> 
> sigh do you know if there's an open enhancement request for this?

sorry, i don't know. and my bugzilla-fu is very bad, so i can't find it, yet i remember that here was one. maybe it's a false memory, though.

March 31, 2015
On Tuesday, 31 March 2015 at 01:40:54 UTC, weaselcat wrote:
> was this ever solved?
> I did some research and saw static immutable ones suggested a few times, but they can't be chained AFAIK.

Reference counted exceptions.
Not solved.