February 17, 2005 General » Re: Events | |||
|---|---|---|---|
| |||
...define what the function's input and outputs are. The 'this' part of the delegate... | |||
February 14, 2005 Issues » inline lvalue bug | |||
|---|---|---|---|
| |||
...code compiles successfully. When '-inline' specified, compiler outputs (dmd -inline -v test.d): parse strlv... | |||
February 14, 2005 Issues » alias bug - assert at line 999 in 'func.c' | |||
|---|---|---|---|
| |||
...main()
{
foo = 1;
}
</code>
DMD 0.111 outputs:
Assertion failure: '0' on line 909 in... | |||
February 14, 2005 Issues » with alias - assert at line 2616 in 'mtype.c' | |||
|---|---|---|---|
| |||
...alias a.foo bar; } } DMD 0.113 outputs: Assertion failure: '!scopesym || !scopesym->isWithScopeSymbol()' on line... | |||
February 05, 2005 Issues » dmd assertion failure, abnormal termination | |||
|---|---|---|---|
| |||
...fairly minor dmd bug (0.112), dmd outputs the correct error message then an assertion... | |||
January 23, 2005 General » Re: Scope hiding, dangers thereof | |||
|---|---|---|---|
| |||
...B b = new B(); # int x = 0; # # //outputs '1' unless above line is un-commented... | |||
January 18, 2005 General » Re: toStringz and predictability | |||
|---|---|---|---|
| |||
...is %d\n",strlen(x)); return 0; } outputs x length is 32 x length is... | |||
December 31, 2004 Issues » collection of old bugs | |||
|---|---|---|---|
| |||
...alias int aliased_int;
enum E { x }
////////////////////////////////////////////
outputs:
TypeInfo_Typedef
int
TypeInfo
TypeInfo
TypeInfo
expected... | |||
December 27, 2004 Issues » template specialization bug | |||
|---|---|---|---|
| |||
...module facility in D.
this works ok(outputs "1 0"):
template IsArray(T) { static const... | |||
December 21, 2004 Issues » Re: default ctor & inheritance bug - Cannot reproduce | |||
|---|---|---|---|
| |||
...com> wrote: dmd 0.109 on XP outputs 0. What version do you use? -- "Unhappy... | |||
Copyright © 1999-2021 by the D Language Foundation