Difference between revisions of "DIPs"
(Migrating DIP3 from old wiki) |
(DIP3 was already implemented as part of issue# 5299, so I'm just going to mark it as approved.) |
||
Line 21: | Line 21: | ||
| [[DIP3]] | | [[DIP3]] | ||
| Remove inheritance protection | | Remove inheritance protection | ||
− | | | + | | '''Approved''' |
| non-public inheritance in a single inheritance language that has a single root object hierarchy makes little sense. | | non-public inheritance in a single inheritance language that has a single root object hierarchy makes little sense. | ||
|- | |- |
Revision as of 04:16, 17 January 2013
UNOFFICIAL PLACEHOLDER PAGE — See Official DIP Index
ID | Title | Status | Description |
---|---|---|---|
DIP1 | Template DIP | Draft | This is a DIP template that can be used as a model to start a new proposal. |
DIP2 | Const code bloat | Approved | proposed solution for bug 1961. |
DIP3 | Remove inheritance protection | Approved | non-public inheritance in a single inheritance language that has a single root object hierarchy makes little sense. |
DIP21 | Fixing property | Draft |