From e5803374071ddbe97024f612396063a41df17d8c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 30 Oct 2022 15:57:19 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- pwiki/page.js | 2 +- pwiki2.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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...