Unofficial wish list status.
Frits van Bommel
fvbommel at REMwOVExCAPSs.nl
Wed Feb 28 17:35:37 PST 2007
Daniel Keep wrote:
>
> 4tuu4k002 at sneakemail.com wrote:
>>
>> 129 array initialization/literals
>
> Well, we have that, don't we?
IIRC it was left on the list because the item covers associative arrays
as well, and those aren't implemented yet.
>> 29 Weak references/pointers
>
> Aren't weak refs possible now? I think I remember seeing an
> implementation somewhere...
You can hide them with malloc(), but that's about all. The
Object.notify* methods use this technique, IIRC.
>> 21 Header File generation by DMD
>
> Uhh, haven't we had this for *ages*? dmd -H
Perhaps it's still here because it doesn't remove all code? (IIRC it
leaves inlinable functions intact)
More information about the Digitalmars-d
mailing list