[Templates-cvs] cvs commit: TT3 TODO

cvs@template-toolkit.org cvs@template-toolkit.org
Mon, 29 Nov 2004 12:09:29 +0000


cvs         04/11/29 12:09:29

  Modified:    .        TODO
  Log:
  * more TODOs
  
  Revision  Changes    Path
  1.3       +6 -0      TT3/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /template-toolkit/TT3/TODO,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TODO	2004/11/26 14:05:10	1.2
  +++ TODO	2004/11/29 12:09:29	1.3
  @@ -2,6 +2,12 @@
   # random notes that I'm adding as I go along...
   #------------------------------------------------------------------------
   
  +Nov 29
  + - Fix constructor method that delete items in config hash (e.g. Tagset)
  +   to ensure that we don't munge any configurations that need to be reused.
  + - need to add argument merging in compiler generator() method, and also 
  +   think about if we need to do it in handler(), too.
  +
   Nov 25
    - Think about capturing into variables, e.g. [% x = INCLUDE header %]
      Perhaps new operator?  See design/capture