Re: Impressive ChatGPT responses

2023-04-18 Thread Thomas Passin
And look at this (Stan is a very sophisticated system for doing Bayesian calculations by generating an sampling distributions - ChatGPT4 writes Stan code so I don’t have to. The author's

Re: PR #3286 merged into devel. Please continue testing

2023-04-18 Thread Edward K. Ream
On Tue, Apr 18, 2023 at 12:03 PM Thomas Passin wrote: > This whole exercise puts me in mind of the several levels of testing: > unit, integration, and system. Unit tests can only take you so far. In > the case of these os.path-like functions, a unit test could prove that the > output equals

Re: PR #3286 merged into devel. Please continue testing

2023-04-18 Thread Thomas Passin
This whole exercise puts me in mind of the several levels of testing: unit, integration, and system. Unit tests can only take you so far. In the case of these os.path-like functions, a unit test could prove that the output equals the intended output, but it could not show that all consuming

Re: PR #3286 merged into devel. Please continue testing

2023-04-18 Thread Thomas Passin
g.os_path_join() is still doing the right thing on my system. On Tuesday, April 18, 2023 at 12:34:10 PM UTC-4 Edward K. Ream wrote: > On Tuesday, April 18, 2023 at 11:10:29 AM UTC-5 Edward K. Ream wrote: > > I've made copies of the g.os_path_expanduser and g.os_path_join as they > existed in

Re: PR #3286 merged into devel. Please continue testing

2023-04-18 Thread Edward K. Ream
On Tuesday, April 18, 2023 at 11:10:29 AM UTC-5 Edward K. Ream wrote: I've made copies of the g.os_path_expanduser and g.os_path_join as they existed in Leo 6.7.2. We can't go back to the exact legacy code, but I'll take yet another look after I take a break. As of rev ca92d1f

Re: PR #3286 merged into devel. Please continue testing

2023-04-18 Thread Edward K. Ream
On Tue, Apr 18, 2023 at 11:02 AM Thomas Passin wrote: > This has fixed the g.os_path_join() problem. > Whew. Thanks for the testing. I've made copies of the g.os_path_expanduser and g.os_path_join as they existed in Leo 6.7.2. We can't go back to the exact legacy code, but I'll take yet

Re: PR #3286 merged into devel. Please continue testing

2023-04-18 Thread Thomas Passin
This has fixed the g.os_path_join() problem. On Tuesday, April 18, 2023 at 11:50:23 AM UTC-4 Edward K. Ream wrote: > On Tuesday, April 18, 2023 at 10:46:39 AM UTC-5 Edward K. Ream wrote: > > PR #3286 is now in > devel. It restores some

Re: PR #3286 merged into devel. Please continue testing

2023-04-18 Thread Edward K. Ream
On Tuesday, April 18, 2023 at 10:46:39 AM UTC-5 Edward K. Ream wrote: PR #3286 is now in devel. It restores some legacy functions and fixes a missing alias. Please continue testing. The latest code fixes several brain spikes on my part,

PR #3286 merged into devel. Please continue testing

2023-04-18 Thread Edward K. Ream
PR #3286 is now in devel. It restores some legacy functions and fixes a missing alias. Please continue testing. The latest code fixes several brain spikes on my part, but more problems may remain. Edward -- You received this message

Re: PR #3277 has been merged into devel

2023-04-18 Thread Edward K. Ream
On Tue, Apr 18, 2023 at 6:01 AM lewis wrote: AttributeError: module 'leo.core.leoGlobals' has no attribute > 'os_path_finalize_join' > Thanks for this report. I'll fix #3285 immediately. Edward -- You received this message because you

Re: PR #3277 has been merged into devel

2023-04-18 Thread Thomas Passin
However, the function *did* exist on the previous changeset: Leo 6.7.3-devel, devel branch, build edf4b48991 2023-04-16 08:20:16 -0500 Python 3.11.3, PyQt version 6.4.3 Windows 10 AMD64 (build 10.0.19044) SP0 On Tuesday, April 18, 2023 at 7:01:50 AM UTC-4 lewis wrote: > Running this script

Re: PR #3277 has been merged into devel

2023-04-18 Thread lewis
Running this script from the Leo scripting tutorial: *fn = g.os_path_finalize_join(g.app.homeDir, 'leo_output_file.txt')with open(fn, 'w') as f:f.write(c.p.b)with open(fn, 'r') as f:for line in f.readlines():g.es(line.rstrip())* Gives traceback: Leo 6.7.3-devel, devel

Re: VR3 can now be opened in a tab

2023-04-18 Thread Edward K. Ream
On Tue, Apr 18, 2023 at 2:28 AM jkn wrote: > > To be fair, many/most modern editors have some sort of 'find definition' > and 'find references' feature > But only cff gives you the ability to organize the results. Edward -- You received this message because you are subscribed to the Google

Re: VR3 can now be opened in a tab

2023-04-18 Thread jkn
To be fair, many/most modern editors have some sort of 'find definition' and 'find references' feature On Sunday, April 9, 2023 at 1:50:50 PM UTC+1 tbp1...@gmail.com wrote: > Yes: > > log = c.frame.log > g.es(log.orderedTabNames()) > > BTW, here's how I found this. I certainly didn't