As part ongoing simplification of Leo's read/write code, @shadow will now write new-style sentinels instead of the ancient and otherwise-unused old-style sentinels.
Now that I understand the algorithm, I see that the @shadow update algorithm works exactly the same regardless of whether private @shadow files contain old or new sentinels. Previously, I wasn't sure. The at.writeVersion5 switch determines whether to write new-style sentinels (True) or old-style sentinels (False). At present, the @shadow code clears this switch when writing private @shadow files. Initially, the only change to the code will be to have this switch always be on. Later, after testing, I'll remove all code executed when the switch is False. 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.
