[Issue 14659] New: static if not working with InExpression

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14659 Issue ID: 14659 Summary: static if not working with InExpression Product: D Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 14659] static if not working with InExpression

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14659 --- Comment #1 from dennis.m.ritc...@mail.ru --- From digitalmars.D.learn: http://forum.dlang.org/thread/ycennuxdxnacfsrtg...@beta.forum.dlang.org --

[Issue 14659] static if not working with InExpression

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14659 dennis.m.ritc...@mail.ru changed: What|Removed |Added CC||dennis.m.ritc...@mail.ru --

[Issue 14544] isForwardRange failed to recognise valid forward range

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14544 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 14544] isForwardRange failed to recognise valid forward range

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14544 --- Comment #12 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5494539c9d6c7b4414f0cabc5b79e9fcf792410b Merge pull request

[Issue 14608] Enum members should be formatted as a table

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14608 --- Comment #2 from Andrei Alexandrescu and...@erdani.com --- Note - refer to the display CSS property: https://developer.mozilla.org/en-US/docs/Web/CSS/display#Values --

[Issue 14245] Immutable reference to immutable field in constructor allows breaking type system

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14245 --- Comment #1 from Marc Schütz schue...@gmx.net --- Full compilable and runnable example (main() was missing): struct S { immutable int x; this(int a) { import std.stdio; immutable int* b = this.x;

[Issue 14614] PDB File Not Generated

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14614 --- Comment #4 from Rainer Schuetze r.sagita...@gmx.de --- The new cv2pdb installed with https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.42-beta1 should support VS2015, too. --

[Issue 13293] `typeof(function returning T)` gets printed as `T()`

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13293 --- Comment #1 from Marc Schütz schue...@gmx.net --- With latest DMD from Git, this now prints pure nothrow @nogc @safe Result(), which is still wrong. --

[Issue 14577] Add dustmite tool to VisualD

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14577 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de --- Here is a first version with dustmite support: https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.42-beta1 You can find some documentation at

[Issue 14577] Add dustmite tool to VisualD

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14577 --- Comment #4 from Manu turkey...@gmail.com --- (In reply to Rainer Schuetze from comment #3) Here is a first version with dustmite support: https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.42-beta1 You can find some

[Issue 14654] rdmd should compile package at a time

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14654 --- Comment #4 from Andrei Alexandrescu and...@erdani.com --- (In reply to Vladimir Panteleev from comment #3) Yes, they are orthogonal. But: 1. It is potentially higher-impact. Even with per-package compilation, DMD will still need to

[Issue 14654] rdmd should compile package at a time

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14654 --- Comment #2 from Andrei Alexandrescu and...@erdani.com --- (In reply to Vladimir Panteleev from comment #1) If we want to improve build times with rdmd, the best thing we can do is get rid of rdmd (and only leave it as a thin wrapper around

[Issue 14654] rdmd should compile package at a time

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14654 --- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com --- Yes, they are orthogonal. But: 1. It is potentially higher-impact. Even with per-package compilation, DMD will still need to lex/parse/etc. ALL modules. 2. Any improvements we make

[Issue 14654] rdmd should compile package at a time

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14654 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 14659] static if not working with InExpression

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14659 sigod sigod.m...@gmail.com changed: What|Removed |Added CC||sigod.m...@gmail.com --

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #25 from Jonathan M Davis issues.dl...@jmdavisprog.com --- https://github.com/D-Programming-Language/phobos/pull/2584 --

[Issue 9279] [REG2.055/2.063] Static array return value implicitly converted to immutable dynamic array

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9279 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6138de4b39a17cf05ea9f345be27f3f5b20dcb9b fix Issue 9279 - Static