[Issue 4140] Error: non-constant expression hello[1u..__dollar]

2011-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4140


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


--- Comment #2 from Walter Bright bugzi...@digitalmars.com 2011-04-08 
09:59:09 PDT ---
https://github.com/D-Programming-Language/dmd/commit/194bac06181bab3ec9b937615f850fbfe28a58a8

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


[Issue 4140] Error: non-constant expression hello[1u..__dollar]

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4140


nfx...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX


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


[Issue 4140] Error: non-constant expression hello[1u..__dollar]

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4140


Brad Roberts bra...@puremagic.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||bra...@puremagic.com
 Resolution|WONTFIX |


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


[Issue 4140] Error: non-constant expression hello[1u..__dollar]

2010-07-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4140


st...@despam.it changed:

   What|Removed |Added

 CC||st...@despam.it


--- Comment #1 from st...@despam.it 2010-07-21 23:13:35 PDT ---
Just found this one in D1.062 Windows.

Workaround : use z.length iso $.

const A = [1,2,3];
const B = A[1..A.length];

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