Check-in [58b7a0bed5]

Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Noted which branch has the TIP 524 implementation
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 58b7a0bed5d0a40c6d92f3e3742bf781f4ece01c624e2a930989ae3c4b619063
User & Date: dkf 2018-10-28 16:27:52.857
Context
2018-10-28
16:28
updated index check-in: 22c79b6593 user: dkf tags: minor change, trunk
16:27
Noted which branch has the TIP 524 implementation check-in: 58b7a0bed5 user: dkf tags: trunk
07:13
Updated text of tip495 check-in: 4188e0f58f user: hypnotoad tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tip/524.md.
1
2
3
4
5
6
7
8
9

10
11
12
13
14
15
16
# TIP 524: Custom Definition Dialects for TclOO
	Author:         Donal K. Fellows <[email protected]>
	State:          Draft
	Type:           Project
	Vote:           Pending
	Created:        23-Oct-2018
	Post-History:
	Keywords:       Tcl, object orientation, customization
	Tcl-Version:    8.7

-----

# Abstract

This TIP proposes a mechanism for allowing classes to control how their
instances define themselves.










>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TIP 524: Custom Definition Dialects for TclOO
	Author:         Donal K. Fellows <[email protected]>
	State:          Draft
	Type:           Project
	Vote:           Pending
	Created:        23-Oct-2018
	Post-History:
	Keywords:       Tcl, object orientation, customization
	Tcl-Version:    8.7
	Tcl-Branch:     tip-524
-----

# Abstract

This TIP proposes a mechanism for allowing classes to control how their
instances define themselves.