> I've applied Jonas and Leon's patches and created a new interim 
> developer version.  
> 
> I'll give it another few days to let any other bugs creep out of the 
> woodwork, then I'll release it as 2.04.
> 
>    http://www.template-toolkit.org/download/Template-Toolkit-2.03a.tar.gz

Cool!  Thanks for putting all the new stuff into 2.03 and 2.03a.

There are a couple of earlier issues/patches that didn't appear in
2.03 or 2.03a.  These should at least get into the TODO (or maybe
they're in your internal "todo" list already?):

  - NEXT doesn't work inside SWITCH:

    http://www.template-toolkit.org/pipermail/templates/2001-June/001035.html

    I can test and send a patch if you want.

  - [bug] string evaluated in the numeric context 

    http://www.template-toolkit.org/pipermail/templates/2001-April/000901.html

    This fixes a bug reported by Stas.

  - [bug] TT2 Grammar bugs and discussion 

    http://www.template-toolkit.org/pipermail/templates/2001-April/000902.html

    A longish list of issues, not for the current release, but
    there should probably be a mention in the Parser section of
    TODO. I would be happy to discuss these things further.

  - stash replace back references

    http://www.template-toolkit.org/pipermail/templates/2001-April/000905.html

    Again, probably not for the current release but these comments could
    be added to the TODO under this item:

        * Richard Tietjen's patch for stash replace.  Allows back
          references (e.g. $1) but it would be nice to find a
          rock-solid way to implement it without relying on
          unusual ^A delimiter character.

  - since I qualified for my very own stash version (thanks!) I
    would also like to add the array and hash slice feature too.
    Here's the original email with a diff against 2.02.  I can send
    an updated patch for Template::Stash::Context.pm against 2.03a
    if you want.

    http://www.template-toolkit.org/pipermail/templates/2001-June/001070.html

  - there is a minor typo (my fault) in docsrc/xml/ttdocs.xml.  The
    "seealso" GD entries have a typo repeated in many places.  Please
    do a global replace of:

        Plugin::GD::Graphs::

    with

        Plugin::GD::Graph::

    (ie: remove the "s").

Regards,
Craig


Reply via email to