From 39e810aa60aad302d04575404b0c88e22bb31a21 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 4 Feb 2023 03:10:28 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki/parser.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pwiki/parser.js b/pwiki/parser.js index 45c0fb2..1c8667b 100755 --- a/pwiki/parser.js +++ b/pwiki/parser.js @@ -438,8 +438,9 @@ module.BaseParser = { // the ast is constructed the other should be part of the ast... // XXX ASYNC this does not yet work as a replacement for .expand(..), // not sure why... - // ...either we are mis-syncing somewhere or there is some broken - // data flow -- need to check the whole call stack to make sure... + // ...can't yet reproduce outside the page rendering... + // ...seems to be an odd sync issue, either in one of the macro + // handlers or in the way the defaults are applied... _expand: function(page, ast, state={}){ var that = this ast = ast == null ?