Re: Leo 6.6.2b1 released without public announcements

2022-05-23 Thread Edward K. Ream
On Mon, May 23, 2022 at 4:56 PM tbp1...@gmail.com wrote: > > Please don't remove the code from devel even if you remove it from the > release branch. > Yes. That's my plan. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe

Re: Leo 6.6.2b1 released without public announcements

2022-05-23 Thread Edward K. Ream
On Monday, May 23, 2022 at 5:30:41 PM UTC-5 tbp1...@gmail.com wrote: > I just installed with pip and got 6.6.1. > You have to do `pip install leo==6.6.2b1`. It works for me, and reports Leo 6.6.2-b1 in the log. Edward -- You received this message because you are subscribed to the Google

Re: Leo 6.6.2b1 released without public announcements

2022-05-23 Thread tbp1...@gmail.com
I just installed with pip and got 6.6.1. On Monday, May 23, 2022 at 5:56:29 PM UTC-4 tbp1...@gmail.com wrote: > No, I didn't realize there should be such a command. I'll take a look at > adding it (not for 6.6.2, of course!). > > Please don't remove the code from devel even if you remove it

Re: Leo 6.6.2b1 released without public announcements

2022-05-23 Thread tbp1...@gmail.com
No, I didn't realize there should be such a command. I'll take a look at adding it (not for 6.6.2, of course!). Please don't remove the code from devel even if you remove it from the release branch. For a PR with the new command, I will have to have a fully merged branch that is otherwise up

Re: Leo 6.6.2b1 released without public announcements

2022-05-23 Thread Edward K. Ream
On Monday, May 23, 2022 at 4:21:38 PM UTC-5 Edward K. Ream wrote: 1. I mistakenly merged PR #2671 > into the 6.6.2 > branch from devel. So now we get to test Thomas's new code :-) > Rev d973bb in devel lower cases the 'file only' label,

Leo 6.6.2b1 released without public announcements

2022-05-23 Thread Edward K. Ream
You should be able to ` pip install leo==6.6.2b1`. The b1 release is *strictly* for private testing. The test-all command works for me. *Glitches* 1. I mistakenly merged PR #2671 into the 6.6.2 branch from devel. So now we get to test

Re: It *is* possible to run unit tests from pip-installed Leo

2022-05-23 Thread Viktor Ransmayr
Hello Edward, Am Mo., 23. Mai 2022 um 13:58 Uhr schrieb Edward K. Ream < edream...@gmail.com>: > #2668 has passed > by-hand tests. It should be completed later today. > Looking forward to test #2668

Re: Different results of 'test-all' cmd

2022-05-23 Thread Edward K. Ream
On Sun, May 22, 2022 at 9:44 AM tbp1...@gmail.com wrote: > > IMO, the most reliable way to locate the Leo directory is this (run on > Linux Mint): > > >>> import os.path, leo > >>> print(os.path.dirname(leo.__file__)) > /home/tom/git/leo-editor/leo > A great suggestion. I use a variant of this

It *is* possible to run unit tests from pip-installed Leo

2022-05-23 Thread Edward K. Ream
#2668 has passed by-hand tests. It should be completed later today. I have just closed #2667 because no changes to Leo's documentation are needed! *An excellent collaboration*