Search

May 26, 2013
Issues »
...isSymlink: %b", exists(file), isSymlink(file));
}

Which outputs:
exists: 0, isSymlink: 1
But should output...
May 23, 2013
Announce »
...x);
        this.x = 0;
        writeln(this.x);
    }
}

outputs:
0
5
0

Seems like const qualifier...
May 18, 2013
Announce »
...with any other of the three's outputs (except maybe in some of the most...
May 06, 2013
General »
...it seems to not have clobbered it (outputs 100).  I have not had such "lucky...
May 03, 2013
Issues »
...k, v; aa)
        writeln(k, " ", v);
}


And outputs:

1 2
2 3
1 2
2...
April 27, 2013
Learn »
...to make an enum of doubles, dmd outputs 36 very
> complex error messages.

That works...
April 27, 2013
Learn »
...to make an enum of doubles, dmd outputs 36 very complex error messages. I will...
April 26, 2013
Issues »
...print:
dtor
-- end
dtor

But in current outputs:
-- end
dtor

-- 
Configure issuemail: http://d.puremagic...
April 25, 2013
Issues »
...void main() {}
Compiles with:
    dmd -o- test
Outputs:
    Error: struct ModuleInfo only object.d can...
April 23, 2013
General »
...main() { writeln(tuple("a") == tuple("a".idup)); }


Outputs:
true

And it's shorter and simpler...
88 89 90 91 92 93 94 95 96 97 98 99
Next ›   Last »