diff --git a/pwiki/page.js b/pwiki/page.js index d94e86f..d8b2f16 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -1444,11 +1444,11 @@ object.Constructor('Page', BasePage, { depends, renderer: state.renderer, } - // XXX this is ugly, can we avoid this??? yield this.__parser__.parse(page, this.__parser__.expand(page, text, _state), _state) } else { + console.log('---', state.slots) yield this.__parser__.expand(page, text, state) } } // else... if(first diff --git a/pwiki2.js b/pwiki2.js index f6b20f5..f133341 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -18,8 +18,6 @@ * - CLI - * * -* XXX macro: bug: see /NamedMacroTest... -* XXX macro: should isolated and other args be inherited??? * XXX macro: should macro isolation be one-directional??? * ...i.e. iterations see/overload things defined above but * can not affect the above context...