February 03, 2015 General » Re: file(line,col)=>file(line:col) to follow convention of clang,gcc,dscanner etc | |||
|---|---|---|---|
| |||
...takes (and optionally detects) one format and outputs another. (The Unix Philosophy is really growing... | |||
January 31, 2015 General » Re: Using import in map | |||
|---|---|---|---|
| |||
...If I recall correctly, if the compiler outputs a message which includes "__error" it's... | |||
January 30, 2015 Learn » Time from timestamp? | |||
|---|---|---|---|
| |||
...000_000L));
writefln("%s", Clock.currTime.stdTime);
}
Outputs:
0001-Jan-02 07:36:48.5781342... | |||
January 27, 2015 General » Re: accept @pure @nothrow @return attributes | |||
|---|---|---|---|
| |||
...wrote: Seems overly complicated. How about the compiler just outputs new files instead. -- /Jacob Carlborg | |||
January 26, 2015 Issues » [Issue 5698] va_arg sets wrong length for (u)short[] | |||
|---|---|---|---|
| |||
...and runs with 2.066.1, and outputs: vararg_: ubyte[].length = 3 ushort[].length = 3... | |||
January 24, 2015 Issues » [Issue 14040] New: Doesn't use assignment in slice | |||
|---|---|---|---|
| |||
...writeln(values[offset .. offset += 2]);
writeln(offset);
}
Outputs:
[]
4
Expected output:
[2, 3]
4
Works... | |||
January 23, 2015 General » Re: forcing "@nogc" on class destructors | |||
|---|---|---|---|
| |||
...iv.writer; writeln("dtor"); }
}
void main () {
auto n = new A;
assert(0);
}
this outputs "dtor".
| |||
January 23, 2015 Announce » Re: Calypso: Direct and full interfacing to C++ | |||
|---|---|---|---|
| |||
The only outputs specific to Calypso are ligthweight object files per C++ module that contain... | |||
January 22, 2015 Issues » [Issue 14027] New: segmentation fault in dmd in some circular import situation | |||
|---|---|---|---|
| |||
...d module_b.d Compiling with -v outputs this: binary dmd version v2.066.1... | |||
January 21, 2015 Learn » Re: Some array casts | |||
|---|---|---|---|
| |||
...m.sizeof);
writeln([1, 2, 3].sizeof);
}
outputs 12 / 8
Your previous example is corner... | |||
Copyright © 1999-2021 by the D Language Foundation