Search

July 13, 2014
Issues »
...filter!(c => c.among!('a', 'b')).writeln;
}

Outputs:

abaaaba



While this code:

void main() {
     import...
July 13, 2014
General »
...10, ...) outputs the log message just for the first 10
iterations, and logEveryN(10, ...)  outputs...
July 13, 2014
Issues »
...typeof(t2));
}


The latest dmd 2.066beta3 outputs:

Tuple!(dchar, dchar)
Tuple!(immutable(dchar), immutable...
July 13, 2014
General »
...expression:
```
void _logfx(lazy int expr)
{
    DebugLog(expr.stringof); // currently it outputs `expr()`
    fx(expr);
}
```
July 06, 2014
General »
...s2)] = 2;
    aa2.writeln;
}


Now compiles and outputs something right:

[Foo("hello"):2]
[Tuple!string...
July 03, 2014
General »
...s\n%)", r0);
}


Currently this works and outputs:

Tuple!int(10)
Tuple!int(20)
Tuple...
July 02, 2014
General »
...s1;
        StructWithoutToString s2;
        writeln(s1);
        writeln(s2);
    }

Outputs:

    I'm a struct.
    StructWithoutToString(0, 0...
June 29, 2014
General »
...called REC's - that compare and adjust outputs of different algorithms.

One nice war story...
June 27, 2014
Issues »
https://issues.dlang.org/show_bug.cgi?id=12968

yebblies <yebblies@gmail.com> changed:

           What...
June 26, 2014
Issues »
...broken beyond recognition:
SHR SIL, 1; // DMD outputs SHR DH, 1
movzx CX, SIL; // movzbw...
70 71 72 73 74 75 76 77 78 79 80 81
Next ›   Last »