[Interchange-bugs] [Bug 184] Changed - Error setting cart inside a loop

bugzilla-daemon@developer.akopia.com bugzilla-daemon@developer.akopia.com
Fri, 11 May 2001 12:40:13 -0400


http://developer.akopia.com/bugs/show_bug.cgi?id=184

*** shadow/184	Fri May 11 11:55:35 2001
--- shadow/184.tmp.18558	Fri May 11 12:40:13 2001
***************
*** 3,10 ****
  Version: 4.6.3
  Platform: Other
  OS/Version: All
! Status: NEW   
! Resolution: 
  Severity: major
  Priority: P2
  Component: Core
--- 3,10 ----
  Version: 4.6.3
  Platform: Other
  OS/Version: All
! Status: RESOLVED   
! Resolution: WONTFIX
  Severity: major
  Priority: P2
  Component: Core
***************
*** 83,85 ****
--- 83,93 ----
  
  Notice that when "interpolate=1" is used, my_next_store() is called only once.
  When it is not used, it is called twice.
+ 
+ ------- Additional Comments From jon@akopia.com  2001-05-11 12:40 -------
+ Yes, [loop] and the tags inside it do not get processed at the same time. Check
+ out the latest ictags for a list of the parse order of tags. Try
+ http://developer.akopia.com/cgi-bin/ic/dev-4.8/ictags but that address is not
+ guaranteed to always be there, so download the file.
+ 
+ This is a (mis?)feature, not a bug.