On Jul 2, 9:22 am, "Edward K. Ream" <[email protected]> wrote: > We are on schedule to release Leo 4.6 rc1 on Saturday, July 4, and Leo > 4.6 final on Friday, July 10.
We seem to be swamped with niggles today. Time is getting a bit short here... I have just spent several interesting hours discovering a problem with @test nodes. They were being executed during the @suite node that executed doctests(!) This wouldn't have been horrible, except that some @test nodes in leoFileCommands.py were deleting outline nodes. The effect was that the @suite node was clobbering the outline from which it was being run. Which also explains why Alt-6 suddenly stopped executing tests from leoPy.leo. Happily, the fix was easy: leoTest.safeImportModule now sets g.unitTesting and g.app.unitTesting to False while doing the import. This fix will be on the trunk shortly. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
