Search

February 17, 2005
General »
...define what the function's input and outputs are. The 'this' part of the delegate...
February 14, 2005
Issues »
...code compiles successfully.

When '-inline' specified, compiler outputs (dmd -inline -v test.d):

parse     strlv...
February 14, 2005
Issues »
...main()
{
	foo = 1;
}
</code>

DMD 0.111 outputs:

Assertion failure: '0' on line 909 in...
February 14, 2005
Issues »
...alias a.foo bar;
  }
}

DMD 0.113 outputs:

Assertion failure: '!scopesym || !scopesym->isWithScopeSymbol()' on line...
February 05, 2005
Issues »
...fairly minor dmd bug (0.112), dmd outputs the correct error message then an assertion...
January 23, 2005
General »
...B b = new B();
# 	int x = 0;
#
# 	//outputs '1' unless above line is un-commented...
January 18, 2005
General »
...is %d\n",strlen(x));
return 0;
}

outputs
x length is 32
x length is...
December 31, 2004
Issues »
...alias int aliased_int;

enum E { x }
////////////////////////////////////////////

outputs:
TypeInfo_Typedef
int
TypeInfo
TypeInfo
TypeInfo

expected...
December 27, 2004
Issues »
...module facility in D.

this works ok(outputs "1 0"):

template IsArray(T)        { static const...
December 21, 2004
Issues »
...com> wrote:

dmd 0.109 on XP outputs 0. What version do you use?

-- 
"Unhappy...
174 175 176 177 178 179 180 181 182 183 184
Next ›   Last »