Difference between revisions of "DIPs"

From D Wiki
Jump to: navigation, search
(Added DIP2)
(Migrating DIP3 from old wiki)
Line 18: Line 18:
 
| '''Approved'''
 
| '''Approved'''
 
| proposed solution for [http://d.puremagic.com/issues/show_bug.cgi?id=1961 bug 1961].
 
| proposed solution for [http://d.puremagic.com/issues/show_bug.cgi?id=1961 bug 1961].
 +
|-
 +
| [[DIP3]]
 +
| Remove inheritance protection
 +
| Draft
 +
| non-public inheritance in a single inheritance language that has a single root object hierarchy makes little sense.
 
|-
 
|-
 
| [[DIP21]]
 
| [[DIP21]]

Revision as of 04:14, 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 Draft non-public inheritance in a single inheritance language that has a single root object hierarchy makes little sense.
DIP21 Fixing property Draft