[Bug 66] Bad length in value of T[a..b] = scalar

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 3 04:00:13 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=66


deewiant at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from deewiant at gmail.com  2006-04-03 06:00 -------
Fixed in 0.151.

Also, unless I'm mistaken, there is a bug in that test code: you have
"show(yuiop[2..5] = qwert[1..4]);" at a point where yuiop's length is 3.
Shouldn't that read "show(yuiop = qwert[1..4]);"? I get your expected output
after that change.


-- 




More information about the Digitalmars-d-bugs mailing list