Search

April 29, 2015
General »
DMD and GDC don't generate compatible outputs, so it's not that straightforward to...
April 27, 2015
Issues »
...And is slow as hell to test outputs from all variants (-O -release, -release, -debug...
April 16, 2015
Learn »
...writeln(Array!int([1, 2]));
	return 0;
}

outputs the following:

Array!int(RefCounted!(Payload,
cast...
April 14, 2015
Learn »
...DLangUI?

I'm trying to render the outputs of some noise-generating functions, along with...
April 11, 2015
General »
...a.length);
}

in "-release" mode this code outputs "0" and "42", as expected (by me...
April 08, 2015
General »
...can help to solve this problem. It outputs less errors, but also compiles fine in...
April 07, 2015
General »
...void main() {
		fun("Hello world");
	}

This program outputs a blank line. :-)


T

-- 
A mathematician is...
April 05, 2015
Issues »
...The following code fails because demangleType("n") outputs an empty string
instead of "typeof(null...
April 03, 2015
Announce »
...You could have a D backend that outputs (then compiles and runs) your example. The...
April 03, 2015
Issues »
...null').

I would expect std.json to be able to parse the strings it outputs.

--
59 60 61 62 63 64 65 66 67 68 69 70
Next ›   Last »