[ZCM] [ZC] 827/ 1 Request "TAL: Inconsistent slot filling with nested macros"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Thu, 27 Feb 2003 13:12:30 -0500


Issue #827 Update (Request) "TAL: Inconsistent slot filling with nested macros"
 Status Pending, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/827

==============================================================
= Request - Entry #1 by d.maurer on Feb 27, 2003 1:12 pm


Uploaded:  "TALBug.tgz"
 - http://collector.zope.org/Zope/827/TALBug.tgz/view
Suppose, you have nested macros definition like
macro
  macro_1
    slot_1_1
  macro_2
    slot_2_1

When you use "macro" with slot "slot_2_1",
"slot_2_1" is correctly replace from the
macro use.

However, when you use "macro" with "fill-slot"
for both "slot_1_1" and "slot_2_1", then
only "slot_1_1" is replaced but "slot_2_1"
remains unchanged (from the definition).

==============================================================