From: Erik L. <el...@xs...> - 2025-08-18 08:10:46
|
On 8/16/25 08:12, Erik Leunissen via Tcl-Core wrote: > > I've filed a fossil bug ticket (#9ba9729ef1) that addresses these tests and the lack > of documentation regarding the limitation on macOS. I'll propose fixes/improvements > there. > Hi Marc, I believe banch bug-9ba9729ef1 is now complete and in order. Github CI is now happy on macOS too. I'd like to merge this into trunk (and from there into the branch simplify_test_file_init_for_singleproc_1, to be able to continue there). Do you care to review there? If so, here are the handy links: Ticket: https://core.tcl-lang.org/tk/tktview/9ba9729ef1 Resulting changes in that branch w.r.t. trunk: https://core.tcl-lang.org/tk/vdiff?branch=bug-9ba9729ef1 Please let me know, Erik. -- B.t.w. I filed a separate ticket for the awkward matters involved with: > Related to this matter: I noticed (in a debug statement issued by me for execution at Github) that > interpreters in another process are not returned by [winfo interps] on macOS. (See the script below > to verify that). I'm suspecting that this is for the > very same reason/cause. Can you please give your view about that (confirm/deny if > possible) ? > > If my suspicion is right, then I can piggyback a correction for the "winfo interps" > behaviour on macOS in the same bug ticket/patch, and also make testing of this command in > "winfo.test" more complete. |