Re: Please test PR #3398 in the ekr-fix-test branch

2023-06-19 Thread Félix
about the tryStar test fail: I've stepped in the test running in a debugger, and in leoAst, the ast.parse call fails (when stepping into it brings us into usr/lib/python3.10/ast.py's parse function) and it throws an error in it's call to 'compile' function.: *return compile(source,

Re: Please test PR #3398 in the ekr-fix-test branch

2023-06-19 Thread Félix
and on ubuntu with python 3.10 i also get that test_tryStar one, along with the test_recursive_import one that checks for an absolute path starting with "C:\" on linux systems (wich fails.) Since the minimize_headline contains this line: *os.path.isabs(self.root_directory)* should the unittest

Re: Please test PR #3398 in the ekr-fix-test branch

2023-06-19 Thread Félix
on my old windows laptop, with python 3.9.6, i still get one failed test. Screenshot below: [image: still-single-unit-test-fail-python396.png] On Monday, June 19, 2023 at 8:58:17 AM UTC-4 Edward K. Ream wrote: > > > On Mon, Jun 19, 2023 at 7:21 AM Thomas Passin wrote: > > Thanks for your

My plans for Leo

2023-06-19 Thread Edward K. Ream
The goals of Leo 6.7.4, in order of importance: 1. Support leoJS, the future of Leo. 2. Fix the remaining open issues. Several are waiting for reviews. That's *all.* I have moved many issues to the Later milestone. I'll help *you* work

Re: Please test PR #3398 in the ekr-fix-test branch

2023-06-19 Thread Edward K. Ream
On Mon, Jun 19, 2023 at 7:21 AM Thomas Passin wrote: Thanks for your tests. I'm not worried about warnings. 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

Re: Please test PR #3398 in the ekr-fix-test branch

2023-06-19 Thread Thomas Passin
Various Linuces: 3.11 Manjaro: leo\unittests\test_importers.py ...s... [ 5%] warnings summary leo/plugins/leo_babel/tests/lib_test.py:118

Re: Please test PR #3398 in the ekr-fix-test branch

2023-06-19 Thread Thomas Passin
On Windows 10, py -3.xx pytest: python 3.11: leo\unittests\test_importers.py ...s... [ 5%] warnings summary leo\plugins\leo_babel\tests\lib_test.py:118

Please test PR #3398 in the ekr-fix-test branch

2023-06-19 Thread Edward K. Ream
Thanks to those who have tested the recent code. PR #3398 contains my proposed fixes for several failing unit tests. I have tested this with various versions of python on both Windows and Ubuntu. Please check out the ekr-fix-test branch and