Search

February 01, 2013
General »
...struct S {}

pragma(msg, sizeof(S).stringof); // outputs 1 (empty structs must have some size...
January 25, 2013
General »
...a json file generated by dmd, and outputs a C++ interface for it. The Makefile...
January 24, 2013
Issues »
...placed a writefln() into line 45, which outputs the value of variable a. When you...
January 22, 2013
Issues »
...void test()
{
    foo();
    bar();
}


DMD 2.061 outputs:

bug_safe.d(9): Error: safe function...
January 22, 2013
Learn »
...Always on the input files, never the outputs

I'm using a win32 dmd on...
January 22, 2013
Learn »
...t produce a very efficient binary). The outputs:

Go atomic2b:
sum  ---updates---    mean  buckets
1000...
January 22, 2013
Learn »
...writer that takes 1 input, and 2 outputs. THis is rather easy, but the error...
January 20, 2013
Issues »
...u.butPleaseDontUseMe( a );
}

Run this and it outputs:
Assertion failure: 'fd && fd->inferRetType' on line...
January 17, 2013
General »
...feeding %{obj:thename}.", [
		"subj": x,
		"obj": y
	]);
	// Outputs: "The man is feeding the dog."

	writeln...
January 17, 2013
Issues »
...variables:
C:\Users\khara

command lines and outputs:
Creating output directory: test_results
Building d...
93 94 95 96 97 98 99 100 101 102 103 104
Next ›   Last »