Search

November 24, 2013
Issues »
https://d.puremagic.com/issues/show_bug.cgi?id=8739


yebblies <yebblies@gmail.com> changed...
November 22, 2013
Learn »
...this;
}


void main() {
        A b = new B();
        writeln(b); //outputs alias A
}


- Jonathan M Davis
November 22, 2013
Learn »
...main() {
	A b = new B();
	writeln(b); //outputs alias A
}

i thought the output would...
November 19, 2013
Phobos »
...1 DMD=../dmd/src/dmd
- dmd -man outputs: DMD v2.065-devel-ae7adb9 DEBUG

When...
November 19, 2013
Issues »
...h());
}

void main() {
    auto h = new hello();

    // outputs 42
    writeln(h.f());

    // segfaults
    g(h...
November 15, 2013
Announce »
...if you make it so that the outputs to java are just trasforms
of the...
November 12, 2013
General »
...as much as you can" target that outputs D code that is lowered as far...
November 07, 2013
Issues »
...A {

}

void main() {
    B b = new B();
}

Outputs:
$ dmd abstract_test.d
abstract_test.o...
November 07, 2013
Issues »
...main(string[] args)
  {
    auto MyStruct = myStruct("broken");
  }

outputs:
--------

file.d(11): Error: cannot implicitly convert...
November 02, 2013
GDC »
...a terminal window and see what it outputs?

Hope that I don't sound condescending...
80 81 82 83 84 85 86 87 88 89 90 91
Next ›   Last »