[Issue 7015] Allow vector operations into newly declared array

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7015

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--


[Issue 7015] Allow vector operations into newly declared array

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7015

Ryuichi OHORI r.97...@gmail.com changed:

   What|Removed |Added

 CC||r.97...@gmail.com

--- Comment #4 from Ryuichi OHORI r.97...@gmail.com ---
(In reply to Stewart Gordon from comment #3)
 So this is really two things:
 (a) as you say, a diagnostic bug, as the error message when you try to do it
 is bogus
 (b) a language feature request to allow this code

Maybe (b) is a duplicate of 2548

--


[Issue 7015] Allow vector operations into newly declared array

2011-12-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7015


Stewart Gordon s...@iname.com changed:

   What|Removed |Added

   Keywords||diagnostic, spec
Summary|^^ and ^^= vector   |Allow vector operations
   |operations  |into newly declared array


--- Comment #3 from Stewart Gordon s...@iname.com 2011-12-10 17:18:34 PST ---
So the language currently doesn't allow vector ops into a newly declared array.

So this is really two things:
(a) as you say, a diagnostic bug, as the error message when you try to do it is
bogus
(b) a language feature request to allow this code

I'm guessing (a) and (b) need to be filed as two separate issues.  But
meanwhile, I'm changing the summary line so that it at least makes sense.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---