[Issue 11252] "in" operator for std.range.iota

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11252 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/80d1e84453e5a8c20ef53fd459ce641ca8df0d4e Issue 11252 - In operator requested for std.range.iota

[Issue 14576] [ddemangle] core.demangle unable to handle ambiguity in symbols

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14576 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/f7f87ac45b995e5c5f5a7af3c7ee0629c24804a1 fix issue 14576: backtrack on ambiguous template

[Issue 16230] core.atomic.atomicLoad removes shared from aggregate types too eagerly

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16230 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7e87d0646a3c2177e41253c7b9c3fca09c6fb08f prepare for fix of druntime issue 16230

[Issue 17551] VC build: bad mangling of real template argument

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17551 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6b0a15db30b37fc4556b65a18abf2fbd3c562f70 fix issue 17551 - VC build: bad mangling of real template

[Issue 17322] Add Magikcraft to organizations using D

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17322 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/994de8bf4535b9e61fa12ac20e65617db6d20083 Fix Issue 17322 - Add Magikcraft to organizations

[Issue 17499] with -betterC switch, call C's assert failure function rather than druntime's

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17499 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/f00fd3ea6bb5eb10f9d59ba3e2a0910370e12ad7 Merge pull request #6901 from WalterBright/betterC-assert --

[Issue 17677] [REG 2.073.0] ICE when adding ulong to cfloat

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17677 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3beb40529419c03b6343aa985119eb7546a7aef8 fix Issue 17677 - [REG 2.073.0] ICE when adding ulong to

[Issue 17646] dmd segfaults on missing foreach body in import

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17646 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b25be458bebe59f773faf1c2f7bed57d9836ddea Fix Issue 17646 - dmd segfaults on missing [tuple] foreach

[Issue 17622] [REG2.075.0-b1] Wrong code with appender and -inline

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c73fe970c2014058b9544524d1809180db13cfbb fix Issue 17622 - [REG2.075.0-b1] Wrong code with appender

[Issue 17684] [REG 2.062] `static alias this` bug or incomplete implementation?

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17684 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9cdaed6e4b2259e883b6d716472516ac994e9d1e Fix Issue 17684 - [REG 2.062] static alias this

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/42c0d79e5a405e12bae3b6ae642c9b2a1e2bf06e Fix issue 17667 - regex([r".", r"[\(\{[\]\}\)]"]);

[Issue 17668] regex(q"<[^]>")

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17668 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/ba15802664b806ffc2a56e2ef1cec4f6ce523dac Fix issue 17668 - assert failure regex(q"<[^]>")

[Issue 17192] ParameterDefaults fails when parameter is called "i"

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17192 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/2e063e92469bcbda9171ba6dea45a3c158810ae6 fix issue 17192 - ParameterDefaults fails when

[Issue 15768] std.stdio.trustedStdout accesses __gshared data without synchronization.

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15768 --- Comment #10 from anonymous4 --- https://dpaste.dzfl.pl/183e6dae9867 - a draft of shared reference counter, relies on GC a bit --

[Issue 17756] Ambiguous import form introduces names into the global namespace

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17756 --- Comment #1 from dl...@ryanjframe.com --- "Ambiguous" may be the wrong term; the compiler knows exactly what it's doing. It may be ambiguous to the programmer reading and writing it. In that same forum thread, we read that one person (two

[Issue 17756] New: Ambiguous import form introduces names into the global namespace

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17756 Issue ID: 17756 Summary: Ambiguous import form introduces names into the global namespace Product: D Version: D2 Hardware: x86_64 OS: Windows Status:

[Issue 15768] std.stdio.trustedStdout accesses __gshared data without synchronization.

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15768 anonymous4 changed: What|Removed |Added See Also|

[Issue 6804] shared File doesn't compile

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6804 anonymous4 changed: What|Removed |Added Keywords||diagnostic

[Issue 15096] std.array.array cannot be instantiated for pointers to ranges

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15096 RazvanN changed: What|Removed |Added CC|

<    1   2