Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > On Sat, Mar 14, 2020 at 9:47 PM Pratyush Yadav <me@xxxxxxxxxxxxxxxxx> wrote: >> Some MacOS distributions ship with Tcl 8.5. This means we can't use >> TclOO. So, use our homegrown class.tcl instead. > > It should be mentioned that this patch series fixes a regression in > Git v2.25 in which git-gui could not even be launched on Mac OS. The > problem was reported here[1] a couple months ago. > > I performed some rudimentary testing of this patch series on Mac OS, > and it appears to be working as expected; it certainly fixes the > problem of git-gui not launching on Mac OS. (I did notice a > misbehavior related to the original patch which caused git-gui to be > unusable on Mac OS in v2.25, but I suspect that misbehavior is not > related to or caused by this patch series, thus shouldn't prevent its > acceptance.) I was actually hesitant to see this kind of change for the first time this late in the cycle (the code may work with old Tcl/Tk but do we know it does with newer ones?) I'll pull git-gui updates when Pratyush tells me to, which would happen before the final (scheduled on 22nd). I'll trust git-gui maintainer's decision to include these changes in it, or to cook longer to wait for the 2.27 cycle. Comments like yours that help Pratyush make the right judgment is greatly appreciated. Thanks.