[Issue 13746] New: formatValue of functions and delegates with UDA or @nogc

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13746 Issue ID: 13746 Summary: formatValue of functions and delegates with UDA or @nogc Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 13746] formatValue of functions and delegates with @nogc

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13746 Илья Ярошенко ilyayaroshe...@gmail.com changed: What|Removed |Added Summary|formatValue of functions|formatValue of

[Issue 13746] formatValue of delegates with @nogc

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13746 Илья Ярошенко ilyayaroshe...@gmail.com changed: What|Removed |Added Summary|formatValue of functions|formatValue of

[Issue 519] Invariant not called from autogenerated class/struct constructor/destructor

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=519 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #14 from

[Issue 13747] New: Linux CMSG_NXTHDR is private

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13747 Issue ID: 13747 Summary: Linux CMSG_NXTHDR is private Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority:

[Issue 13745] Circular template attributes inference does not work

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13745 Илья Ярошенко ilyayaroshe...@gmail.com changed: What|Removed |Added Summary|Circular CTFE attributes|Circular template

[Issue 13748] New: benchmark druntime/benchmark/aabench/string.d fails

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13748 Issue ID: 13748 Summary: benchmark druntime/benchmark/aabench/string.d fails Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity:

[Issue 12542] No function attribute inference for recursive functions

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12542 monarchdo...@gmail.com changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 13745] Circular template attributes inference does not work

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13745 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com

[Issue 13748] benchmark druntime/benchmark/aabench/string.d fails

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13748 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 13748] benchmark druntime/benchmark/aabench/string.d fails

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13748 --- Comment #1 from Steven Schveighoffer schvei...@yahoo.com --- Found the issue. The following code tests the problem (adding as a unit test), but is highly dependent on the AA implementation: void main() { int[int] aa; // make all values

[Issue 13749] New: std.range module conflicts with std.range package

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13749 Issue ID: 13749 Summary: std.range module conflicts with std.range package Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical

[Issue 13749] std.range module conflicts with std.range package

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13749 Vlad Levenfeld vlevenf...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13748] benchmark druntime/benchmark/aabench/string.d fails

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13748 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13748] benchmark druntime/benchmark/aabench/string.d fails

2014-11-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13748 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/57e3887a2eb9f27008f7925dded49ee056e9d38c Fix issue 13748