[Issue 5351] Add template mixin for Range Primitives using random access

2017-12-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5351 --- Comment #4 from Jesse Phillips --- (In reply to Simen Kjaeraas from comment #3) > The implementation above will fail for this simple case: > > MyRange!int a = [1,2,3]; > a.popFront(); > assert(a[0] == a.front); > > It could be made to work for r

[Issue 15290] length of associative array literal with duplicate keys is wrong

2017-12-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15290 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/f8f49450b8cff3842c422aec9a0d581cf4c6d438 Fix issue 15290: account for duplicated keys in AA l

[Issue 15290] length of associative array literal with duplicate keys is wrong

2017-12-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15290 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 17379] Mangle voldemort types as if they are defined in the outer scope to avoid exponential symbol name length with templates

2017-12-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17379 Steven Schveighoffer changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Issue 18024] New: checkedint should be usable in @safe nothrow pure @nogc

2017-12-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18024 Issue ID: 18024 Summary: checkedint should be usable in @safe nothrow pure @nogc Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 18024] checkedint should be usable in @safe nothrow pure @nogc

2017-12-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18024 Seb changed: What|Removed |Added OS|Linux |All --