[Issue 7444] Require [] for array copies too

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7444 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 7444] Require [] for array copies too

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7444 Peter Alexander changed: What|Removed |Added CC||peter.alexander...@gmail.co

[Issue 7444] Require [] for array copies too

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7444 --- Comment #22 from Sobirari Muhomori dfj1es...@sneakemail.com --- That's the reason for an unambiguous syntax a[*]=b[*]; --

[Issue 7444] Require [] for array copies too

2013-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Resolution|FIXED |WONTFIX ---

[Issue 7444] Require [] for array copies too

2013-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #20 from bearophile_h...@eml.cc 2013-10-20 10:49:58 PDT --- (In reply to comment #19) This pull: https://github.com/D-Programming-Language/dmd/pull/2673 undoes it with explanation. Reclassified as wontfix. What? After all

[Issue 7444] Require [] for array copies too

2013-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 bearophile_h...@eml.cc changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 7444] Require [] for array copies too

2013-03-07 Thread d-bugmail
/57b770ed49379c5af726d23356e0f75818a3f859 Issue 7444 - Require [] for array copies too https://github.com/D-Programming-Language/dmd/commit/ba1009c5561b51b8f18d9c869fde9bd45cb7ebc7 Merge pull request #702 from 9rnsr/fix7444 Issue 7444 - Require [] for array copies too I have tried this change, and now

[Issue 7444] Require [] for array copies too

2013-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #14 from bearophile_h...@eml.cc 2013-03-07 04:58:19 PST --- (In reply to comment #13) gives a ICE: Smaller test case: void main() { int[1] a; a = 1; } -- Configure issuemail:

[Issue 7444] Require [] for array copies too

2013-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #15 from Kenji Hara k.hara...@gmail.com 2013-03-07 05:14:27 PST --- (In reply to comment #14) (In reply to comment #13) gives a ICE: Smaller test case: void main() { int[1] a; a = 1; } What version and

[Issue 7444] Require [] for array copies too

2013-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #16 from bearophile_h...@eml.cc 2013-03-07 12:10:52 PST --- (In reply to comment #15) What version and compiler switch do you use? I cannot reproduce the ICE. I am using the GIT head compiler, I have downloaded and compiled dmd

[Issue 7444] Require [] for array copies too

2013-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #17 from Kenji Hara k.hara...@gmail.com 2013-03-07 15:41:56 PST --- (In reply to comment #16) (In reply to comment #15) What version and compiler switch do you use? I cannot reproduce the ICE. I am using the GIT head

[Issue 7444] Require [] for array copies too

2013-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7444] Require [] for array copies too

2013-03-06 Thread d-bugmail
/57b770ed49379c5af726d23356e0f75818a3f859 Issue 7444 - Require [] for array copies too https://github.com/D-Programming-Language/dmd/commit/ba1009c5561b51b8f18d9c869fde9bd45cb7ebc7 Merge pull request #702 from 9rnsr/fix7444 Issue 7444 - Require [] for array copies too -- Configure issuemail: http://d.puremagic.com/issues

[Issue 7444] Require [] for array copies too

2012-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #11 from github-bugzi...@puremagic.com 2012-11-21 20:12:48 PST --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 7444] Require [] for array copies too

2012-11-20 Thread d-bugmail
/28dedee456e741f02f08a944f41daa9e46236224 Issue 7444 - Require [] for array copies too https://github.com/D-Programming-Language/phobos/commit/9a6dad8a2ac5841bdcfa2b86082450818f6eefab Merge pull request #960 from 9rnsr/fix7444 Supplemental changes for Issue 7444 - Require [] for array copies too -- Configure issuemail: http

[Issue 7444] Require [] for array copies too

2012-10-14 Thread d-bugmail
/a77c82772e7e7b2d1d863b1fb56b614b9d4bc6a1 fix Issue 7444 - Require [] for array copies too https://github.com/D-Programming-Language/druntime/commit/be3a7fa1bc726b453203c058ff2fa8c81dcfcab1 Merge pull request #314 from 9rnsr/fix7444 Supplemental changes for Issue 7444 - Require [] for array copies too -- Configure issuemail

[Issue 7444] Require [] for array copies too

2012-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #8 from bearophile_h...@eml.cc 2012-02-22 16:07:54 PST --- See why a consistent syntax matters: Issue 7564 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 7444] Require [] for array copies too

2012-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #7 from bearophile_h...@eml.cc 2012-02-18 05:02:07 PST --- (In reply to comment #6) I'm not sure this is worth the existing code breakage. I thin it's worth it, if you want with warning / deprecation / error stages. But if want,

[Issue 7444] Require [] for array copies too

2012-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 7444] Require [] for array copies too

2012-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #5

[Issue 7444] Require [] for array copies too

2012-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-02-09 05:33:52 PST --- (In reply to comment #1) While I agree that the syntax should be enforced more strictly in general, I still completely disagree with requiring [] on static array

[Issue 7444] Require [] for array copies too

2012-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-02-09 06:31:34 PST --- I'd like to provide an exhaustive test that should compile after fixing the enhancement suggested by me and timon. // X: Changed accepts-invalid to

[Issue 7444] Require [] for array copies too

2012-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 --- Comment #4 from timon.g...@gmx.ch 2012-02-09 07:01:17 PST --- Maybe sa[] = da and da[] = da should be '// X' too. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 7444] Require [] for array copies too

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7444 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #1