From 124477a76b01a90dfc9b70fb049a7d323ae5891d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 1 Feb 2023 23:07:44 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki/parser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pwiki/parser.js b/pwiki/parser.js index 45c0fb2..dd4fa22 100755 --- a/pwiki/parser.js +++ b/pwiki/parser.js @@ -436,10 +436,10 @@ module.BaseParser = { // XXX macros: we are mixing up ast state and parse state... // one should only be used for parsing and be forgotten after // 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... + // XXX ASYNC this does not yet work as a replacement for .expand(..)... // ...either we are mis-syncing somewhere or there is some broken - // data flow -- need to check the whole call stack to make sure... + // data flow -- need to check the whole call stack to make sure.. + // ...fixed promise sequencing, still broken... _expand: function(page, ast, state={}){ var that = this ast = ast == null ?