On Thu, Oct 16, 2014 at 10:06 AM, Edward K. Ream <[email protected]> wrote:
> Bob reports that the post scan does not fix the problem. > Possible causes: > > - The post scan is buggy. > - Caching bypasses the post scan. > - (My guess) The hidden root vnode's gnx is the culprit. > - (Gasp) Something else. Rev 934f29e attempts yet another a fix for bug #35: - c.initObjects sets c.hiddenRootNode.fileIndex = 'hidden-root-vnode-gnx' - Disabled tracing in fc.setMaxNodeIndex confirms that caching does not prevent the post pass from being called. The trace shows: 1. max n steadily increases. 2. c.hiddenRootNode.fileIndex remains 'hidden-root-vnode-gnx' throughout. 3. caching never interferes with fc.setMaxNodeIndex. Most important, tracing shows why c.hiddenRootNode.fileIndex might collide with a pre-existing node. So I have hopes that this rev fixes the bug. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
