Search

March 10, 2010
Announce »
...code toString is used for small/medium outputs in debug mode, so performance is not...
March 09, 2010
Announce »
...char[]sink, T object,S formatting)
that outputs to a sink, so that you can...
March 08, 2010
Announce »
...int[][](2, 2);
    writeln(to!string(x, "[", ",", "]"));
}

outputs [0 0,0 0]

I would expect...
March 08, 2010
Announce »
...serialization (But both use the []).
The shell outputs using repr(), the print uses str(), the...
March 08, 2010
Learn »
...S.x = 10;
    }
}
void main() {}


The compiler outputs:
test.d(3): Error: function test2.S...
March 08, 2010
General »
...s);
    writeln(s >= t);
    writeln(t >= s);
}

outputs:

false
false
true
true
false
false
true...
March 02, 2010
Issues »
...axisFilterLoop first. So it fails, *but it
outputs the pragma first*.

It didn't do...
February 26, 2010
General »
Generally a program can produce different outputs between release and not release mode, but I...
February 26, 2010
Issues »
...void foo(T)(T[] arr, int x) {}

outputs:
testbug.d(10): Error: template testbug.foo...
February 14, 2010
GDC »
...When compiling 'tango/text/Regex.d' GDC outputs the following messages.

tango\math\Math.d...
134 135 136 137 138 139 140 141 142 143 144
Next ›   Last »