[stringtemplate-interest] new daily build for ST

Terence Parr parrt at cs.usfca.edu
Mon Jun 2 19:25:15 PDT 2008


Hi.

http://www.antlr.org/download/build/stringtemplate-06-02-2008.19.tar.gz

Fixes:

06-08-2008

o rest and strip returned iterators.  Made them return show list copies
   so recursion works. iterators have side-effects.  Added 2 unit tests.

o implemented trunc. returns all but last element.

o Fix ST-33; [a,b] cat function used iterators; side-effect problem.

05-07-2008

o Had a problem with "int" : "0" in a map but ST as incoming lookup key.
   Decided that I'd lookup as raw object first so Integer lookup works
   but I try toString version if not found. Document this!

05-06-2008

o <aMap.(k)> no longer calls toString() on k.
   <aMap.keys:{k|<k>:<aMap.(k)>} was not working when aMap had Integer
   keys.  Added unit test.

04-07-2008

o Made unit tests not depend on map order.  commented out tests that  
fail.

02-11-2008

o debug tags now emit group name with tags. improves debugging ability.

Ter


More information about the stringtemplate-interest mailing list