[Issue 17423] @safe code seg faults

2017-05-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 --- Comment #1 from Eyal --- I think foreach on delegates (opApply or delegates) should require the delegate parameter to be marked "scope" since it really must not escape. --

[Issue 17423] @safe code seg faults

2017-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 Vladimir Panteleev changed: What|Removed |Added Hardware|x86_64 |All OS|Linux

[Issue 17423] @safe code seg faults

2017-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #2

[Issue 17423] @safe code seg faults

2017-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 Vladimir Panteleev changed: What|Removed |Added Keywords||accepts-invalid, safe --

[Issue 17423] @safe code seg faults

2017-05-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #3 from

[Issue 17423] @safe code seg faults

2017-05-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 --- Comment #4 from Eyal --- dmd --version && dmd -unittest -main -run test17423.d DMD64 D Compiler v2.074.0 Copyright (c) 1999-2017 by Digital Mars written by Walter Bright /tmp/dmd_rundz8iAQ(_D4core7runtime18runModuleUnitTestsUZ19unittestSegvHandle

[Issue 17423] @safe code seg faults

2017-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 greensunn...@gmail.com changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #