ITypes (was: [Pugs] Some slice oddities)

2005-04-09 Thread Autrijus Tang
On Sat, Apr 09, 2005 at 08:48:59PM +1000, Andrew Savige wrote: > I noticed some changes in Pugs behaviour when trying to update the > golf tests (I will update them in svn within 24 hours, I hope). I'm > not certain they are bugs, hence this email. They are. I concluded this week that Pugs's curr

[Pugs] Some slice oddities

2005-04-09 Thread Andrew Savige
I noticed some changes in Pugs behaviour when trying to update the golf tests (I will update them in svn within 24 hours, I hope). I'm not certain they are bugs, hence this email. This looks like a bug to me (it used to work): # cat head5.p6 my @x = ( 'a1', 'a2', 'a3' ); say(@x[0..2]); # pugs he