Unmanaged - a D framework on github

Ellery Newcomer ellery-newcomer at utulsa.edu
Wed Mar 13 19:03:56 PDT 2013


On 03/13/2013 11:30 AM, D-ratiseur wrote:

> uppon everything to bypass the garbage
> collector.

In that case, I call foul.

FAddr.length = FAddr.length + 1;

types.d#L281

Wait, what? You're using classes everywhere and.. ohhhhhhh. you're 
overriding new. Nifty. Don't know if that's been deprecated or not, but 
I'm pretty sure Andrei hates it and wants it to die.

The delete statement is deprecated in favor of object.destroy or something.

For struct ULongRec, shouldn't some of your twiddly stuff be wrapped in 
version(LittleEndian) ?



More information about the Digitalmars-d-announce mailing list