Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added TIP #508: New subcommand [array default] |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bff18ba5f1c634caffd109931342a98c |
User & Date: | fbonnet 2018-05-13 18:36:29.425 |
Context
2018-05-13
| ||
19:35 | TIP #496 now final since the documentation updates that were missing at the time of voting are now done. Branch tip-496 is now merged. check-in: 9e44219b0d user: fvogel tags: trunk | |
18:36 | Added TIP #508: New subcommand [array default] check-in: bff18ba5f1 user: fbonnet tags: trunk | |
16:17 | Add TIP #507 (Include simple svg support with nanosvg) from René Zaumseil check-in: d76cdf291b user: fvogel tags: trunk | |
Changes
Changes to index.json.
cannot compute difference between binary files
Changes to index.md.
︙ | ︙ | |||
87 88 89 90 91 92 93 94 95 96 97 98 99 100 | <th>#</th> <th>Type</th> <th>Tcl Version</th> <th>Status</th> <th>Title</th> </tr></thead><tbody> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/507.md'>507</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 507: Include simple svg support with nanosvg</td> </tr> | > > > > > > > | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | <th>#</th> <th>Type</th> <th>Tcl Version</th> <th>Status</th> <th>Title</th> </tr></thead><tbody> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/508.md'>508</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 508: New subcommand [array default]</td> </tr> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/507.md'>507</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 507: Include simple svg support with nanosvg</td> </tr> |
︙ | ︙ |
Added tip/508.md.
> > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # TIP 508: New subcommand [array default] Author: Frédéric Bonnet <[email protected]> State: Draft Type: Project Vote: Created: 13-May-2018 Post-History: Keywords: Tcl,array Tcl-Version: 8.7 ----- # Abstract This TIP proposes a new `[array default]` subcommand tha allows default values for arrays, causing that value to be returned any time an attempt is made to access an element of the array that isn't present. # TODO # Copyright This document has been placed in the public domain. |