Search

March 09, 2005
Issues »
Program below outputs two lines:
2 0
2 2

First line result is a bug...
March 09, 2005
General »
...i++)
		{
			writefln("\tfor ",i);
		}
	}
	writefln("out ",i);
}


#outputs#
in 15
for 0
	for 425
	for...
March 08, 2005
General »
This Java code also outputs "C":

class C
{
  void foo(C c)
  {
    System.out.println...
February 22, 2005
Issues »
...class Bar : Foo!(Nothing) {}

compiled with -c outputs

>template.d(2): identifier 'Nothing' is not...
February 22, 2005
Issues »
...0 };
}
</code>

When compiling, DMD 0.113 outputs:
Error: 'x' is not a member of...
February 22, 2005
General »
...is wrong and possibly why) and it outputs what you file would look like on...
February 19, 2005
Issues »
...code compiles successfully.
|
| When '-inline' specified, compiler outputs (dmd -inline -v test.d):
|
| parse     strlv...
February 18, 2005
Issues »
...main()
| {
|     foo = 1;
| }
| </code>
|
| DMD 0.111 outputs:
|
| Assertion failure: '0' on line 909 in...
February 18, 2005
Issues »
...alias a.foo bar;
|   }
| }
|
| DMD 0.113 outputs:
|
| Assertion failure: '!scopesym || !scopesym->isWithScopeSymbol()' on
| line...
February 18, 2005
General »
...source.
It also takes function signatures, and outputs "strings
that look like customized function definitions...
173 174 175 176 177 178 179 180 181 182 183
Next ›   Last »