Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | A few more notes on exporting, and lengthen some very short paragraphs by combining them. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a023e48805c0279ea10288ae2211bcb2 |
User & Date: | dkf 2018-05-27 10:43:06.186 |
Context
2018-05-27
| ||
10:50 | Fix markdown formatting issue check-in: 230d2e87e1 user: dkf tags: minor change, trunk | |
10:43 | A few more notes on exporting, and lengthen some very short paragraphs by combining them. check-in: a023e48805 user: dkf tags: trunk | |
10:35 | Add some titles to the examples check-in: 8b7522e1b5 user: dkf tags: trunk | |
Changes
Changes to tip/500.md.
︙ | |||
97 98 99 100 101 102 103 | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | - + + + + + + | in the same hash tables) so that there are no ambiguities. Since every method has at most one declaring class or object (and not both simultaneously) there is at most one private method that can be on any call chain. External calls (e.g., from the top level of Tcl, from a **namespace eval**, from a procedure) will never have a private method on thir call chains. |
︙ | |||
289 290 291 292 293 294 295 | 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 | - - | } } That is, the **private** declaration command described above (for methods) also impacts the **variables** slot declaration in **oo::define** and **oo::objdefine**, causing it to introduce this more complex mapping pattern. Note that the variable resolver already is class-scoped. |
︙ |