Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Move 478 to target 8.7 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c9d2533253faf6240f651415674c1745 |
User & Date: | dkf 2018-05-28 13:11:39.150 |
Context
2018-05-28
| ||
13:29 | Fix 474 header formatting: add tabs check-in: 91cbaab07a user: dkf tags: trunk | |
13:11 | Move 478 to target 8.7 check-in: c9d2533253 user: dkf tags: trunk | |
12:59 | TIP 431 becomes 8.7; no implementation ready. check-in: 4192baaef1 user: dkf tags: trunk | |
Changes
Changes to index.json.
cannot compute difference between binary files
Changes to index.md.
︙ | ︙ | |||
319 320 321 322 323 324 325 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/479.md'>479</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 479: Add Named Procedures as a New Command in Tcl (procx)</td> </tr> | | | | 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/479.md'>479</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 479: Add Named Procedures as a New Command in Tcl (procx)</td> </tr> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/478.md'>478</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 478: Add Expected Class Level Behaviors to oo::class</td> </tr> <tr class='project projectfinal projectfinal86 project86'> <td valign='top'><a href='./tip/477.md'>477</a></td> <td valign='top'>Project</td> <td valign='top'>8.6.8</td> |
︙ | ︙ |
Changes to tip/478.md.
1 2 3 4 5 6 7 8 | # TIP 478: Add Expected Class Level Behaviors to oo::class Author: Gerald Lester <[email protected]> State: Draft Type: Project Vote: Pending Created: 18-Oct-2017 Post-History: Keywords: Tcl | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # TIP 478: Add Expected Class Level Behaviors to oo::class Author: Gerald Lester <[email protected]> State: Draft Type: Project Vote: Pending Created: 18-Oct-2017 Post-History: Keywords: Tcl Tcl-Version: 8.7 ----- # Abstract TclOO provides a native OO system for Tcl. This TIP is to enhance it to meet some of the common expectations of people coming in from other languages. # Rationale |
︙ | ︙ |