From 118750658885fa64a03c8860d8a3fe2573221276 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Jun 2010 17:13:35 -0400 Subject: [PATCH] ugly bug --- doc/bugs/preview_pagestate.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/preview_pagestate.mdwn diff --git a/doc/bugs/preview_pagestate.mdwn b/doc/bugs/preview_pagestate.mdwn new file mode 100644 index 000000000..14973908b --- /dev/null +++ b/doc/bugs/preview_pagestate.mdwn @@ -0,0 +1,11 @@ +If a change to a page is previewed, but not saved, `%pagestate` and +`%wikistate` can be changed, and saved. Actually, it's not limited to +those. Seems that spurious dependencies can be added, though existing +dependencies will at least not be removed. + +It calls saveindex to record state about files created on disk for the +preview. Those files will expire later. However, saveindex also +saves other state changes. + +Seems like it needs to isolate all state changes when previewing... ugh. +--[[Joey]] -- 2.32.0.93.g670b81a890