[Issue 17449] [DIP1000] crash due to covariant conversion of scope delegate to delegate

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 11 22:03:58 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=17449

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |FIXED

--- Comment #8 from Rainer Schuetze <r.sagitario at gmx.de> ---
> Fixing the code with @safe and @trusted:

As with the modified reduced test case with @safe, this is still crashing for
me (Win32 and Win64 with git HEAD). Checking the disassembly for compiling with
-dip1000 it doesn't generate the closure that it is generating without the
switch.

--


More information about the Digitalmars-d-bugs mailing list