[Issue 1171] Cannot create a static array with the length of a const static array in function scope, D1 only

2013-11-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1171


yebblies  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||yebbl...@gmail.com
 Resolution||WONTFIX


--- Comment #3 from yebblies  2013-11-17 18:17:10 EST ---
Closing because D1 is no longer supported.

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


[Issue 1171] Cannot create a static array with the length of a const static array in function scope, D1 only

2010-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1171


Don  changed:

   What|Removed |Added

   Keywords|diagnostic  |
 CC||clugd...@yahoo.com.au
Summary|Cannot create a static  |Cannot create a static
   |array with the length of a  |array with the length of a
   |const static array in   |const static array in
   |function scope  |function scope, D1 only


--- Comment #2 from Don  2010-02-01 00:01:54 PST ---
The line number bug was fixed between 1.030 and 1.036.
Removing 'diagnostic' from the warning. Works on D2.
(Actually, I think the bug is that D1 allows you create a const array with no
initializer).

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