1 --- !ditz.rubyforge.org,2008-03-06/issue
2 title: Inherit<...> is not flexible enough
4 There is an Inherit<...> template which is only useful if an object
5 has a single child, since the other children will simply get ignored.
6 Since a multi-child object will almost always need some computation
7 to be done in order to compute how the multiple properties of the children
8 get converted to a single inherited property, it makes sense to deprecate
9 Inherit<...> altogether, in favour of the [...]Base properties.
13 reporter: Kasper Peeters <kasper.peeters@aei.mpg.de>
16 creation_time: 2009-05-26 17:41:13.764695 Z
19 id: 0129edd57e7b9ea4932040eeb5d1ba7e83a939db
21 - - 2009-05-26 17:41:15.118851 Z
22 - Kasper Peeters <kasper.peeters@aei.mpg.de>
25 - - 2010-01-15 21:04:09.317656 Z
26 - Kasper Peeters <kasper.peeters@aei.mpg.de>
27 - changed status from unstarted to in_progress
29 Various Inherit properties have been removed, a few still remain
30 in particular on Derivative.