simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Dec 26 16:28:09 GMT 2020
TL;DR:
1f8b3b55 Update docs section about use of global variables.
79de1673 Document PuTTY's local idiom for OO / traits.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2020-12-26 16:28:09
commit 1f8b3b5535176f413c0af11b1d4c6912670b0bdc
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=1f8b3b5535176f413c0af11b1d4c6912670b0bdc;hp=875a887c8fe25a1e909174d3f97b7dd140fa609f
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Dec 26 15:40:04 2020 +0000
Update docs section about use of global variables.
It referred to the global variable 'flags' as an example. But 'flags'
was retired (and good riddance) nearly a year ago, in commit
4ea811a0bf. So we should be using a different example now!
doc/udp.but | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
commit 79de16732a3ed0f8538840afd4a0bc6e26f538a7
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=79de16732a3ed0f8538840afd4a0bc6e26f538a7;hp=1f8b3b5535176f413c0af11b1d4c6912670b0bdc
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Dec 26 16:14:13 2020 +0000
Document PuTTY's local idiom for OO / traits.
A user mentioned having found this confusing recently, and fair
enough, because it's done in a way that doesn't quite match the
built-in OO system of any language I know about. But after the
rewriting in recent years, I think pretty much everything in PuTTY
that has a system of interchangeable implementations of the same
abstract type is now done basically the same way, so this seems like a
good moment to document the idiom we use and explain all its ins and
outs.
doc/udp.but | 379 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 379 insertions(+)
More information about the tartarus-commits
mailing list