November 24, 2013 Issues » [Issue 8739] DDoc outputs wrong parameter name in delegate parameter list | |||
|---|---|---|---|
| |||
https://d.puremagic.com/issues/show_bug.cgi?id=8739 yebblies <yebblies@gmail.com> changed... | |||
November 22, 2013 Learn » Re: alias this | |||
|---|---|---|---|
| |||
...this;
}
void main() {
A b = new B();
writeln(b); //outputs alias A
}
- Jonathan M Davis | |||
November 22, 2013 Learn » alias this | |||
|---|---|---|---|
| |||
...main() {
A b = new B();
writeln(b); //outputs alias A
}
i thought the output would... | |||
November 19, 2013 Phobos » [phobos] inconsistent failing test in std.parallelism - minor changes to dmd/src | |||
|---|---|---|---|
| |||
...1 DMD=../dmd/src/dmd - dmd -man outputs: DMD v2.065-devel-ae7adb9 DEBUG When... | |||
November 19, 2013 Issues » [Issue 11545] New: Aggregate function literal member should not have access to enclosing scope | |||
|---|---|---|---|
| |||
...h());
}
void main() {
auto h = new hello();
// outputs 42
writeln(h.f());
// segfaults
g(h... | |||
November 15, 2013 Announce » Re: Running D in the Java VM | |||
|---|---|---|---|
| |||
...if you make it so that the outputs to java are just trasforms of the... | |||
November 12, 2013 General » Re: xdc: A hypothetical D cross-compiler and AST manipulation tool. | |||
|---|---|---|---|
| |||
...as much as you can" target that outputs D code that is lowered as far... | |||
November 07, 2013 Issues » [Issue 11464] New: Abstract classes can be instantiated. Causes link errors. | |||
|---|---|---|---|
| |||
...A {
}
void main() {
B b = new B();
}
Outputs:
$ dmd abstract_test.d
abstract_test.o... | |||
November 07, 2013 Issues » [Issue 11458] New: initialization of a custom type(using alias this) broken in dmd 2.064.2 | |||
|---|---|---|---|
| |||
...main(string[] args)
{
auto MyStruct = myStruct("broken");
}
outputs:
--------
file.d(11): Error: cannot implicitly convert... | |||
November 02, 2013 GDC » Re: Unable to compile gdc with gcc 4.8.2 on OSX 10.8.5 | |||
|---|---|---|---|
| |||
...a terminal window and see what it outputs? Hope that I don't sound condescending... | |||
Copyright © 1999-2021 by the D Language Foundation