Search

February 01, 2007
Issues »
...could be causing it? With -v, dmd outputs the following before hanging:

parse     definesType
semantic...
January 27, 2007
General »
...uffff
    writefln(typeid(typeof('\U000abcde'))); // c <= \U0010ffff

}
-----
outputs:
"""
char
wchar
dchar
"""
So it defaults to...
January 27, 2007
Issues »
...created.

From bugs/2983, DMD 0.111 outputs:
    Assertion failure: '0' on line 909 in...
January 26, 2007
General »
...Post collect");
}
------------------------------------

With DMD 1.003 this outputs:

SomeObject created
---Pre collect
SomeObject destroyed
---Post...
January 25, 2007
General »
...a = new Scope("b");
	}
	printf("Done.\n");
}

... outputs:
Init.
Scope.this("a")
Scope.~this("a...
January 22, 2007
General »
...to work on an array of inputs/outputs rather then a single output so it...
January 20, 2007
Learn »
...of them. Now lets check at the outputs:

// Primitive

09 00 00 00 00 00...
January 08, 2007
c++, c++.command-line »
...the sake of documentation...

Microsoft's compiler outputs COFF .obj files and PATCHOBJ expects OMF...
January 06, 2007
Issues »
...foo[1] = 2;

        writefln("%s", foo);
}

This outputs "[", some seemingly-random numbers including hundreds of...
December 31, 2006
Issues »
...new Foo();
        writefln("foo= ", cast(void *)foo);
}

--------  outputs:  --------
this before= 8B0FE0
this after= 8B0FD0
foo...
161 162 163 164 165 166 167 168 169 170 171
Next ›   Last »