summaryrefslogtreecommitdiff
path: root/t/t4252/am-test-3-2
diff options
context:
space:
mode:
authorLibravatar Pratyush Yadav <me@yadavpratyush.com>2020-02-17 21:09:29 +0530
committerLibravatar Pratyush Yadav <me@yadavpratyush.com>2020-03-17 18:48:54 +0530
commit8a8efbe4140fd732e1890cbba6eaa85c0fac85e2 (patch)
tree35a1fdbfd785acc885d59072f195a766d6820718 /t/t4252/am-test-3-2
parentMerge branch 'zs/open-current-file' (diff)
downloadtgif-8a8efbe4140fd732e1890cbba6eaa85c0fac85e2.tar.xz
git-gui: reduce Tcl version requirement from 8.6 to 8.5
On some MacOS distributions like High Sierra, Tcl 8.5 is shipped by default. This makes git-gui error out at startup because of the version mismatch. The only part that requires Tcl 8.6 is SimpleChord, which depends on TclOO. So, don't use it and use our homegrown class.tcl instead. This means some slight syntax changes. Since class.tcl doesn't have an "unknown" method like TclOO does, we can't just call '$note', but have to use '$note activate' instead. The constructor now needs a proper namespace qualifier. Update the documentation to reflect the new syntax. As of now, the only part of git-gui that needs Tcl 8.5 is a call to 'apply' in lib/index.tcl::lambda. Keep using it until someone shows up shouting that their OS ships with 8.4 only. Then we would have to look into implementing it in pure Tcl. Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
Diffstat (limited to 't/t4252/am-test-3-2')
0 files changed, 0 insertions, 0 deletions