Leo 6.6.2 coming Friday, May 27

2022-05-21 Thread Edward K. Ream
Only one minor issue remains. Please test devel. 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 leo-editor+unsubscr...@googlegroups.com. To view this

Re: ENB: Public undoer methods *never* need a "p" arg!

2022-05-21 Thread Edward K. Ream
On Sat, May 21, 2022 at 11:06 AM Félix wrote: > Ah good! > > Thanks! this is a relief as I have done stuff in leointeg and leojs where > I make undoable actions on nodes which are not c.p... (for instance : right > click on node: rename , mark, etc... ) > > There were also, like you saw for

Re: ENB: Public undoer methods *never* need a "p" arg!

2022-05-21 Thread Félix
Ah good! Thanks! this is a relief as I have done stuff in leointeg and leojs where I make undoable actions on nodes which are not c.p... (for instance : right click on node: rename , mark, etc... ) There were also, like you saw for yourself too, a couple functions in Leo where loops on all

Re: ENB: Public undoer methods *never* need a "p" arg!

2022-05-21 Thread Edward K. Ream
On Saturday, May 21, 2022 at 5:50:51 AM UTC-5 Edward K. Ream wrote: > On Fri, May 20, 2022 at 11:18 PM Félix wrote: > >> Hmm, ... :/ >> >> I've made a branch for testing this on leojs, 'Undoer-No-P' ... unit >> tests are giving me many errors and there are functions where 'before' and >>

Re: Different results of 'test-all' cmd

2022-05-21 Thread Edward K. Ream
On Fri, May 20, 2022 at 3:32 PM Edward K. Ream wrote: On Sunday, May 1, 2022 at 3:54:07 AM UTC-5 viktor@gmail.com wrote: > > 1. I am not going to change Leo's test-all command so that it works in > python/site-packages/leo. The workaround is easy: run `python -m unittest` > from

Re: ENB: Public undoer methods *never* need a "p" arg!

2022-05-21 Thread Edward K. Ream
On Fri, May 20, 2022 at 11:18 PM Félix wrote: > Hmm, ... :/ > > I've made a branch for testing this on leojs, 'Undoer-No-P' ... unit > tests are giving me many errors and there are functions where 'before' and > 'after' undoer methods are done in loops for all positions where those are > past