December 17, 2006 Issues » [Issue 694] New: Doc mistake: a == null is not a.opCmp(null) | |||
|---|---|---|---|
| |||
...but left unfixed. Proof: the following program outputs "opEquals\nopEquals\nopCmp\n" and not "opCmp... | |||
December 16, 2006 General » opAssign in mixins | |||
|---|---|---|---|
| |||
...1; test.stringProp = "A value"; } The compiler outputs: test.d(12): function test.Test.TProp... | |||
December 14, 2006 Announce » Re: DMD 0.177 release | |||
|---|---|---|---|
| |||
...wise at least) on operator inputs and outputs, I have to wonder if there are... | |||
December 13, 2006 Learn » static if with constant value | |||
|---|---|---|---|
| |||
...t understand why the little program below outputs what it does. It seems like static... | |||
December 05, 2006 Issues » Re: bug or feature? | |||
|---|---|---|---|
| |||
...a.length); b~=a; writefln(join(b," ")); } Outputs: 870FE0[4] 870FE0[2] 870FE0[4] asdf... | |||
December 05, 2006 Issues » bug or feature? | |||
|---|---|---|---|
| |||
...a~="asdf"; b~=a; writefln(join(b," ")); } //outputs "asdf as asdf" //if we (replace a... | |||
December 05, 2006 Issues » [Issue 650] New: Assertion failure: '0' on line 774 in file 'expression.c' | |||
|---|---|---|---|
| |||
...if this is "abc" it's ok. outputs: global.errors = 0, gag = 0 01E27330 arrayliteral... | |||
December 03, 2006 Announce » Re: DMD 0.176 release | |||
|---|---|---|---|
| |||
...try compiling the following:
void main() {}
It outputs "Max # of fixups = 0". The biggest I... | |||
December 02, 2006 Issues » [Issue 627] New: Concatenation of strings to string arrays with ~ corrupts data | |||
|---|---|---|---|
| |||
...cast(char[])"foo").length == foo.length + 1);
// outputs 7303014 on my machine
printf("%d\n... | |||
November 30, 2006 Announce » Re: PDF version of D manuals | |||
|---|---|---|---|
| |||
...using it instead of Ddoc, which just outputs blank for all code that doesn't... | |||
Copyright © 1999-2021 by the D Language Foundation