Chris Nandor wrote:
> What would be nice is if there aren't any known big problems, to roll it
> into TT 2.05 and get that released.

The best version of the XS code is in the tarball that I posted to the
list last Friday (TT-2.04-XS-b.tar.gz); currently, the tt2.org website
has an earlier version. 

The only issue that I currently know about is this:

  [% x = [1]; x.y = 2 %]
 
While the the original perl version of Template::Stash dies (reporting
that it cannot assign to an array), Template::Stash::XS reports no
errors, but the second assignment has no effect. (Note: the earlier
version of Template::Stash::XS had problems with [% x=[1]; x.y.z=2 %],
but that was fixed in the latest XS tarball.)

I don't foresee making changes to the XS code in the near future; so I
too would like to see it rolled into a release.  

 - doug


Reply via email to