Hi, Some MacOS distributions ship with Tcl 8.5. This means we can't use TclOO. So, use our homegrown class.tcl instead. While here, fix a potential variable name collision by creating a separate namespace for a chord's script evaluation. Jonathan, Can you please test the patches the same way you tested your original series just to be sure we don't break anything? A review would also be nice. Pratyush Yadav (2): git-gui: reduce Tcl version requirement from 8.6 to 8.5 git-gui: create a new namespace for chord script evaluation git-gui.sh | 4 ++-- lib/chord.tcl | 56 +++++++++++++++++++++++++-------------------------- lib/index.tcl | 10 +++++---- 3 files changed, 35 insertions(+), 35 deletions(-) -- 2.26.0.rc1.11.g30e9940356