May 26, 2013 Issues » [Issue 10174] New: std.file claims files which are symlinks to non-existant files don't exist | |||
|---|---|---|---|
| |||
...isSymlink: %b", exists(file), isSymlink(file)); } Which outputs: exists: 0, isSymlink: 1 But should output... | |||
May 23, 2013 Announce » Re: dmd 2.063 beta 5 | |||
|---|---|---|---|
| |||
...x);
this.x = 0;
writeln(this.x);
}
}
outputs:
0
5
0
Seems like const qualifier... | |||
May 18, 2013 Announce » Re: Arch Linux users and packagers : upcoming coomunity/dmd package change | |||
|---|---|---|---|
| |||
...with any other of the three's outputs (except maybe in some of the most... | |||
May 06, 2013 General » Re: Rvalue references - The resolution | |||
|---|---|---|---|
| |||
...it seems to not have clobbered it (outputs 100). I have not had such "lucky... | |||
May 03, 2013 Issues » [Issue 10009] foreach_reverse and AA.byKey/byValue | |||
|---|---|---|---|
| |||
...k, v; aa)
writeln(k, " ", v);
}
And outputs:
1 2
2 3
1 2
2... | |||
April 27, 2013 Learn » Re: string enums | |||
|---|---|---|---|
| |||
...to make an enum of doubles, dmd outputs 36 very > complex error messages. That works... | |||
April 27, 2013 Learn » Re: string enums | |||
|---|---|---|---|
| |||
...to make an enum of doubles, dmd outputs 36 very complex error messages. I will... | |||
April 26, 2013 Issues » [Issue 9994] New: Built-in generated opAssign should call dtor on assignment | |||
|---|---|---|---|
| |||
...print: dtor -- end dtor But in current outputs: -- end dtor -- Configure issuemail: http://d.puremagic... | |||
April 25, 2013 Issues » [Issue 9987] New: Declaring struct ModuleInfo should be allowed | |||
|---|---|---|---|
| |||
...void main() {}
Compiles with:
dmd -o- test
Outputs:
Error: struct ModuleInfo only object.d can... | |||
April 23, 2013 General » Re: Stable D version? | |||
|---|---|---|---|
| |||
...main() { writeln(tuple("a") == tuple("a".idup)); }
Outputs:
true
And it's shorter and simpler... | |||
Copyright © 1999-2021 by the D Language Foundation