> Are there any outstanding patches or other updates for 2.15 
> that weren't in 2.14a?

I have a few notes on Template::Stash. I still see that regexp /^[_.]/ for
identifying "private" hash items (in 'item' hash vmethod, '_dotop' and
'_assign' methods) - I think three times is enough for moving it to a
separate method.

Also, some vmethods (list 'sort' and 'nsort', hash 'item') still use complex
constructs to access hash items. Few month ago I proposed to use _dotop in
all that cases for the uniformity of code (however, this may decrease
perfomance when sorting list of hashes).

And, anyway Schwartzian Transform (converting to lowercase) is redundant for
'nsort' vmethod :)

If you consider this notes to be reasonable, I can make patches for all this
things when I have a bit time :)



By the way, I've tried 2.14a on FreeBSD 6.0-RELEASE-p7 (amd64) and FreeBSD
4.9-RELEASE-p23 (i386) - all test passed ok.

All tests successful, 2 tests skipped.
Files=79, Tests=2589, 24 wallclock secs (10.03 cusr +  1.47 csys = 11.50
CPU)

All tests successful, 2 tests skipped.
Files=79, Tests=2589, 38 wallclock secs (10.19 cusr +  0.93 csys = 11.12
CPU)

(Skipped tests are t/autoform and t/pod)


-- 
Sergey Martynoff


_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to