[Issue 13829] std.uni.byCodePoint for strings has length

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13829 --- Comment #5 from Dmitry Olshansky --- (In reply to Peter Alexander from comment #3) > In a perfect world, I think it should return a different range, but it's now > a breaking change, and even breaks its documented behaviour. So I'm voting > that

[Issue 17822] [betterC] Do not emit reference to TypeInfo_Class for C++ or COM classes

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17822 --- Comment #1 from anonymous4 --- Isn't it needed for initializer? What's really not needed is registration in moduleinfo: C++ classes can't support Object.factory. --

[Issue 17823] New: Declaration of a __vector leads to a segfault on OSX 32bits

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17823 Issue ID: 17823 Summary: Declaration of a __vector leads to a segfault on OSX 32bits Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW

[Issue 10444] writeln of a SIMD register

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10444 b2.t...@gmx.com changed: What|Removed |Added Depends on||17823 --

[Issue 17818] Deprecation: std.container.array.RangeT(A) is not visiable

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17818 Vino changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 17725] [scope] escape from nested function to enclosing local

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17725 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6189954a3ecf4d854b64bfb9875eba9a32e00e37 fix Issue 17725 - [scope] escape from nested function to enclo

[Issue 17821] atomicStore is buggy when target is larger than source

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17821 --- Comment #2 from johanenge...@weka.io --- Fixed in LDC 1.4.0. The remaining issue is compilation error with DMD for: ``` import core.atomic; shared ulong x; atomicStore(x, 0); ``` --

[Issue 17821] atomicStore compile error when target is larger than source

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17821 johanenge...@weka.io changed: What|Removed |Added Component|phobos |druntime Summary|atomicStor

[Issue 17824] New: wrong visibility deduced for method

2017-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17824 Issue ID: 17824 Summary: wrong visibility deduced for method Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P