Re: [pugs] array interpolation question

2005-03-05 Thread Luke Palmer
Garrett Rooney writes: > Garrett Rooney wrote: > > >Assuming the spec is correct, here's a patch to add some more tests to > >t/op/string_interpolation.t. > > Of course, those should have been todo_is tests... Here's the right patch. Thanks, applied. Luke

Re: [pugs] array interpolation question

2005-03-05 Thread Autrijus Tang
On Sat, Mar 05, 2005 at 10:58:53AM -0600, Patrick R. Michaud wrote: > On Sat, Mar 05, 2005 at 11:42:17AM -0500, Garrett Rooney wrote: > > That's what I though, but Autrijus suggested I check with p6l first. > > Okay, no problem. We're still learning and establishing where > the fuzzy boundaries

Re: [pugs] array interpolation question

2005-03-05 Thread Patrick R. Michaud
On Sat, Mar 05, 2005 at 11:42:17AM -0500, Garrett Rooney wrote: > Patrick R. Michaud wrote: > >On Sat, Mar 05, 2005 at 11:22:23AM -0500, Garrett Rooney wrote: > > > >>It looks like the current pugs array interpolation doesn't quite match > >>the description in S02. > >>[...] > >>So what's right, t

Re: [pugs] array interpolation question

2005-03-05 Thread Garrett Rooney
Patrick R. Michaud wrote: On Sat, Mar 05, 2005 at 11:22:23AM -0500, Garrett Rooney wrote: It looks like the current pugs array interpolation doesn't quite match the description in S02. [...] So what's right, the spec or the implementation? I should've also mentioned in my previous post that in th

Re: [pugs] array interpolation question

2005-03-05 Thread Patrick R. Michaud
On Sat, Mar 05, 2005 at 11:22:23AM -0500, Garrett Rooney wrote: > It looks like the current pugs array interpolation doesn't quite match > the description in S02. > [...] > So what's right, the spec or the implementation? I should've also mentioned in my previous post that in this case, the spec

Re: [pugs] array interpolation question

2005-03-05 Thread Patrick R. Michaud
On Sat, Mar 05, 2005 at 11:22:23AM -0500, Garrett Rooney wrote: > It looks like the current pugs array interpolation doesn't quite match > the description in S02. > [...] This a (hopefully friendly) note regarding cross posting between perl6-compiler (p6c) and perl6-language (p6l). We're still f

Re: [pugs] array interpolation question

2005-03-05 Thread Garrett Rooney
Garrett Rooney wrote: Assuming the spec is correct, here's a patch to add some more tests to t/op/string_interpolation.t. Of course, those should have been todo_is tests... Here's the right patch. -garrett Index: t/op/string_interpolation.t

[pugs] array interpolation question

2005-03-05 Thread Garrett Rooney
It looks like the current pugs array interpolation doesn't quite match the description in S02. S02 says that container references automatically dereference to the appropriate (white space separated) string values, which is fine, pugs does that now, but it also says that to interpolate an entire