[Issue 15957] Disabled postblit + template mixin break opAssign with confusing error message

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15957 --- Comment #3 from Walter Bright --- (In reply to Walter Bright from comment #2) > https://github.com/dlang/dmd/pull/5713 That's the wrong answer. What's happening is, when the compiler sees the this(this), is it says "I need to create an identity

[Issue 15957] Disabled postblit + template mixin break opAssign with confusing error message

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15957 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2 from

[Issue 15957] Disabled postblit + template mixin break opAssign with confusing error message

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15957 Walter Bright changed: What|Removed |Added Hardware|x86_64 |All OS|Linux

[Issue 15939] GC.collect causes deadlock in multi-threaded environment

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15939 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #8 from

[Issue 15960] SetUnion should filter duplicates

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15960 greensunn...@gmail.com changed: What|Removed |Added CC||greensunn...@gmail.com Sev

[Issue 15960] New: SetUnion should filter duplicates

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15960 Issue ID: 15960 Summary: SetUnion should filter duplicates Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priorit

[Issue 15959] New: core.sys.windows modules should be modified for x64

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15959 Issue ID: 15959 Summary: core.sys.windows modules should be modified for x64 Product: D Version: D2 Hardware: x86_64 URL: https://msdn.microsoft.com/en-us/library/aa383663(v=vs

[Issue 15939] GC.collect causes deadlock in multi-threaded environment

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15939 Vladimir Panteleev changed: What|Removed |Added CC||c...@dawg.eu, |

[Issue 7417] One-definition rule for version specification - allow version expressions

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7417 Witold Baryluk changed: What|Removed |Added CC||bary...@smp.if.uj.edu.pl --- Comment #6 from

[Issue 8384] std.conv.to should allow conversion between any pair of string/wstring/dstring/char*/wchar*/dchar*

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8384 --- Comment #25 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/60a233372a96abab810f030b4e3ff494987aa25e Partial fix of Issue 8384 - std.conv.to should allow con

[Issue 15111] hashOf fails for structs that have an alias this to a dynamic array

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15111 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/3af285fea29e7bbe2bea9b4fcb4b93f1ecb72755 fix issue 15111 - hashOf fails for structs that have

[Issue 15111] hashOf fails for structs that have an alias this to a dynamic array

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15111 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15958] Missing extern(Windows) of core.sys.windows functions

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15958 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/7d84c696f208ae562e769e0321ace8688a0131bd Merge pull request #1550 from qchikara/pr-winapi-link

[Issue 15860] lockstep should support foreach_reverse

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15860 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/154b0e9cb8f9b0d93a59faf913006a4b66862bc9 Fix Issue 15860 - lockstep should support foreach_revers

[Issue 15860] lockstep should support foreach_reverse

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15860 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15958] Missing extern(Windows) of core.sys.windows functions

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15958 j...@red.email.ne.jp changed: What|Removed |Added Keywords||pull --- Comment #1 from j...@red.emai

[Issue 15145] Array initializers for SIMD not working inside functions.

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15145 Marco Leise changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15957] Disabled postblit + template mixin break opAssign with confusing error message

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15957 --- Comment #1 from Dicebot --- (checked that issue is present at least on 2.070 and 2.071) --

[Issue 15958] New: Missing extern(Windows) of core.sys.windows functions

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15958 Issue ID: 15958 Summary: Missing extern(Windows) of core.sys.windows functions Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: normal

[Issue 15954] std.experimental.logger repeats wstring message

2016-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15954 Robert Schadek changed: What|Removed |Added CC||rburn...@gmail.com --- Comment #1 from Robe