February 01, 2007 Issues » [Issue 861] Using two typedefs of an undefined name in a class in a different module with import cycles causes DMD to hang | |||
|---|---|---|---|
| |||
...could be causing it? With -v, dmd outputs the following before hanging: parse definesType semantic... | |||
January 27, 2007 General » Re: Issues with constants, and inout (was Real World usage of D, Today) | |||
|---|---|---|---|
| |||
...uffff
writefln(typeid(typeof('\U000abcde'))); // c <= \U0010ffff
}
-----
outputs:
"""
char
wchar
dchar
"""
So it defaults to... | |||
January 27, 2007 Issues » dstress alias_17.d | |||
|---|---|---|---|
| |||
...created.
From bugs/2983, DMD 0.111 outputs:
Assertion failure: '0' on line 909 in... | |||
January 26, 2007 General » Another bug in the GC | |||
|---|---|---|---|
| |||
...Post collect"); } ------------------------------------ With DMD 1.003 this outputs: SomeObject created ---Pre collect SomeObject destroyed ---Post... | |||
January 25, 2007 General » Re: Garbage collector and real resources | |||
|---|---|---|---|
| |||
...a = new Scope("b");
}
printf("Done.\n");
}
... outputs:
Init.
Scope.this("a")
Scope.~this("a... | |||
January 22, 2007 General » Re: Functional Muti-threading | |||
|---|---|---|---|
| |||
...to work on an array of inputs/outputs rather then a single output so it... | |||
January 20, 2007 Learn » A bit of binary I/O | |||
|---|---|---|---|
| |||
...of them. Now lets check at the outputs: // Primitive 09 00 00 00 00 00... | |||
January 08, 2007 c++, c++.command-line » Re: Error using PATCHOBJ utility | |||
|---|---|---|---|
| |||
...the sake of documentation... Microsoft's compiler outputs COFF .obj files and PATCHOBJ expects OMF... | |||
January 06, 2007 Issues » [Issue 800] New: writefln() on an associative array fails hard | |||
|---|---|---|---|
| |||
...foo[1] = 2;
writefln("%s", foo);
}
This outputs "[", some seemingly-random numbers including hundreds of... | |||
December 31, 2006 Issues » [Issue 780] New: The assignment of 'this' is allowed | |||
|---|---|---|---|
| |||
...new Foo();
writefln("foo= ", cast(void *)foo);
}
-------- outputs: --------
this before= 8B0FE0
this after= 8B0FD0
foo... | |||
Copyright © 1999-2021 by the D Language Foundation