[Issue 2547] Array Ops should check length, at least when bounds checking is on

2022-02-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2547 Nicholas Wilson changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2547 Andrei Alexandrescu changed: What|Removed |Added Version|D1 & D2 |D2 --

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2014-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2547 --- Comment #11 from Denis Shelomovskij --- *** Issue 13276 has been marked as a duplicate of this issue. *** --

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2013-11-17 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2547 Denis Shelomovskij changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2013-11-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2547 Denis Shelomovskij changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2013-11-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2547 yebblies changed: What|Removed |Added CC||daniel...@bigpond.com --- Comment #7 from

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2013-11-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2547 yebblies changed: What|Removed |Added CC||monarchdo...@gmail.com --- Comment #8 from

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2013-06-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2547 Don changed: What|Removed |Added CC||rrid...@gmail.com --- Comment #6 from Don 2013-

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2012-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2547 --- Comment #5 from github-bugzi...@puremagic.com 2012-07-21 00:07:04 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b6ed591f117f6ac150089585c6965c14b5c5b43c

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2012-07-20 Thread d-bugmail
/9c80b3ce49a77f960674ff38df492ec7413376e1 Issue 2547 - Array Ops should check length, at least when bounds checking is on When array bounds checking is enabled, turn `arrayOp(a, b, ...)` into ``` auto tmpa = a, tmpb = b, tmpc = c; assert(tmpa.length == tmpb.length && tmpa.length == tmpc.length && ..., "length mis

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2012-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2547 yebblies changed: What|Removed |Added Keywords||pull --- Comment #3 from yebblies 2012-02-

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2011-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2547 --- Comment #2 from Simen Kjaeraas 2011-02-21 14:36:08 PST --- *** Issue 3816 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 2547] Array Ops should check length, at least when bounds checking is on

2010-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2547 Don changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #1 from Don