March 09, 2005 Issues » struct/array static initialization bug | |||
|---|---|---|---|
| |||
Program below outputs two lines: 2 0 2 2 First line result is a bug... | |||
March 09, 2005 General » Re: Why is a variable allowed to be declared twice? | |||
|---|---|---|---|
| |||
...i++)
{
writefln("\tfor ",i);
}
}
writefln("out ",i);
}
#outputs#
in 15
for 0
for 425
for... | |||
March 08, 2005 General » Re: in stinks | |||
|---|---|---|---|
| |||
This Java code also outputs "C":
class C
{
void foo(C c)
{
System.out.println... | |||
February 22, 2005 Issues » BUG: assert in template.c | |||
|---|---|---|---|
| |||
...class Bar : Foo!(Nothing) {}
compiled with -c outputs
>template.d(2): identifier 'Nothing' is not... | |||
February 22, 2005 Issues » mixin and const initializer | |||
|---|---|---|---|
| |||
...0 }; } </code> When compiling, DMD 0.113 outputs: Error: 'x' is not a member of... | |||
February 22, 2005 General » Re: How is D doing? | |||
|---|---|---|---|
| |||
...is wrong and possibly why) and it outputs what you file would look like on... | |||
February 19, 2005 Issues » Re: inline lvalue bug | |||
|---|---|---|---|
| |||
...code compiles successfully. | | When '-inline' specified, compiler outputs (dmd -inline -v test.d): | | parse strlv... | |||
February 18, 2005 Issues » Re: 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 18, 2005 Issues » Re: 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 18, 2005 General » About the template system | |||
|---|---|---|---|
| |||
...source. It also takes function signatures, and outputs "strings that look like customized function definitions... | |||
Copyright © 1999-2021 by the D Language Foundation