[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2013-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2013-06-07 Thread d-bugmail
/0b560e6ae873a2f519406faadf1806d404937b51 fix Issue 8651 - Slice op Slice throws exceptions (not errors), and nothrow Array ops should work in @safe pure nothrow code https://github.com/D-Programming-Language/dmd/commit/99c0531136b342afc35bafed23d293ec4be7f316 Merge pull request #2141 from 9rnsr/fix8651 Issue 8651 - Slice op Slice

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2013-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||simend...@gmail.com

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2013-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||simend...@gmail.com

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2013-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2013-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2012-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 --- Comment #4 from monarchdo...@gmail.com 2012-09-25 23:26:30 PDT --- (In reply to comment #3) And someday even [1,2].dup will be nothrow. Doesn't dup allocate? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2012-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 --- Comment #2 from github-bugzi...@puremagic.com 2012-09-25 16:34:27 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2012-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

2012-09-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8651 --- Comment #1 from monarchdo...@gmail.com 2012-09-15 23:53:18 PDT --- Also, simple SlicoOp operations should be nothrow: nothrow void foo(int[] a) { a[] += 5; } Error: _arrayExpSliceAddass_i is not nothrow Error: function main.foo 'foo' is