Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ST.dup() was not copying renderers field.
  • _ was not allowed in group/interface.g but in group.g. Now _ is allowed as first char.
  • John Snyders submitted a bug fix for length() and for format option. Renderer was being for string expr options
  • Thomas Brandon pointed out that we have a bug in our if/else computation. You could not reference super.attr inside the if/else sub templates.
  • i0 was not set when you applied a template to a single value.
  • ST-18 fixed. put close in a finally block.
  • "default" as a key (the string not keyword) was not a valid value in map. I had testLiterals looking even at strings in lexer for group.g. Fixes ST-15.
  • Property "getters" that return arrays were not converted to internal data structures necessary for ST to iterate over those elements.
  • Made convertArrayToList create an ArrayWrappedInList so it doesn't copy arrays any more.
  • Updated group.g to allow default clause by itself in map (from Caleb Lyness)
  • reader was not closed in PathGroupLoader.
  • $first(list).prop$ was not allowed. Fixed and added a unit test.