[Issue 17997] New: autotester's d_do_test has strange failures with Win32

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17997 Issue ID: 17997 Summary: autotester's d_do_test has strange failures with Win32 Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 17997] autotester's d_do_test has strange failures with Win32

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17997 --- Comment #1 from Walter Bright --- See https://github.com/dlang/dmd/pull/7333 for details. --

[Issue 17996] [Reg 2.077] don't build libphobos2.a with PIC for i386

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17996 Martin Nowak changed: What|Removed |Added Summary|[Reg 2.077] getopt fails to |[Reg 2.077] don't build |re

[Issue 12929] Empty union followed by field causes ICE due to offset of 0.

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12929 Mike changed: What|Removed |Added CC||slavo5...@yahoo.com --- Comment #3 from Mike --- Tes

[Issue 17998] New: Document Options for install.sh

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17998 Issue ID: 17998 Summary: Document Options for install.sh Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority:

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 --- Comment #13 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/1c12d6d59e6a3eccf42efe379066c0a9c658fa36 Add std.concurrency.Generator overloads to accept Fiber'

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

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

[Issue 12385] Enum member should not be modifiable when the member is immutable

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12385 Mike changed: What|Removed |Added CC||slavo5...@yahoo.com --- Comment #1 from Mike --- Pul

[Issue 17999] New: UCRTVersion not properly set for Visual Studio Community 2017

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17999 Issue ID: 17999 Summary: UCRTVersion not properly set for Visual Studio Community 2017 Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW

[Issue 17999] UCRTVersion not properly set for Visual Studio Community 2017

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17999 --- Comment #1 from Bastiaan Veelo --- dmd-2.077.0 --

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 --- Comment #14 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/9fee0ca6365408d753aedb517c0896af36966b65 Merge pull request #1966 from nemanja-boric-socioman

[Issue 17966] chunkBy cannot accept an input range (from multiwayMerge)

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17966 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/84ac676d1d26edd8b3611d857adc5caed42c92d5 fix Issue 17966 - don't build libphobos2.a with PIC

[Issue 18000] New: [scope] auto-generated opAssign not scope aware

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18000 Issue ID: 18000 Summary: [scope] auto-generated opAssign not scope aware Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Pri

[Issue 17999] UCRTVersion not properly set for Visual Studio Community 2017

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17999 --- Comment #2 from Bastiaan Veelo --- Use of the -m32mscoff option needs the same change under the [Environment32mscoff] section. --

[Issue 18001] New: Wrong code on signed 32-bit compare of INT_MIN with zero

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18001 Issue ID: 18001 Summary: Wrong code on signed 32-bit compare of INT_MIN with zero Product: D Version: D2 Hardware: All OS: All Status: NEW S

[Issue 18001] Wrong code on signed 32-bit compare of INT_MIN with zero

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18001 yebblies changed: What|Removed |Added Keywords||wrong-code --

[Issue 17996] [Reg 2.077] don't build libphobos2.a with PIC for i386

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17996 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/1f1efea282d5d9409bedcfcb8e8b9082b492d194 fix Issue 17996 - don't build libphobos2.a with PIC for

[Issue 17127] bad example code for std.concurrency.Generator

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17127 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/5df663ead1203dea2fd7cbaae189bae99c1eafec Issue 17127 - bad example code for std.concurrency.Gener

[Issue 18001] Wrong code on signed 32-bit compare of INT_MIN with zero

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18001 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --

[Issue 18002] New: assert subverts the type system with the messages that it accepts

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18002 Issue ID: 18002 Summary: assert subverts the type system with the messages that it accepts Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 17995] template NoDuplicates(TList...) bug.

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17995 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a6e9b151fe63ca1098fa75456f925a7b69135572 Fix issue 17995 https://github.com/dlang/phobos/commit/

[Issue 17995] template NoDuplicates(TList...) bug.

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

[Issue 18003] New: assert performs implicit conversion of mutable local static char array to string

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18003 Issue ID: 18003 Summary: assert performs implicit conversion of mutable local static char array to string Product: D Version: D2 Hardware: All OS: All

[Issue 18003] assert performs implicit conversion of mutable local static char array to string

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18003 --- Comment #1 from hst...@quickfur.ath.cx --- P.S. Marking both functions as @safe and compiling with -dip25 and -dip1000 also fails to catch this leak of a reference to a local variable outside f(). --

[Issue 18003] assert performs implicit conversion of mutable local static char array to string

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18003 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18002] assert subverts the type system with the messages that it accepts

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18002 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #

[Issue 18002] assert subverts the type system with the messages that it accepts

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18002 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||accepts-invalid --

[Issue 18002] assert subverts the type system with the messages that it accepts

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18002 --- Comment #2 from hst...@quickfur.ath.cx --- See the code I posted in issue #18003. The compiler should reject any attempt to pass a slice of a local variable to assert(). --

[Issue 17127] bad example code for std.concurrency.Generator

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17127 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/d2e716b20ed571ac00e184cdb84a0c158c5136c9 Issue 17127 - bad example code for std.concurrency.Gener

[Issue 18002] assert subverts the type system with the messages that it accepts

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18002 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --

[Issue 18004] New: [Home]std.meta: template DerivedToFront(TList...) bug.

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18004 Issue ID: 18004 Summary: [Home]std.meta: template DerivedToFront(TList...) bug. Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status:

[Issue 18004] [Home]std.meta: template DerivedToFront(TList...) bug.

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18004 --- Comment #1 from shove --- Phobos version: 2.077.0 --

[Issue 18004] [Home]std.meta: template DerivedToFront(TList...) bug.

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18004 Basile B. changed: What|Removed |Added Severity|enhancement |normal --

[Issue 17997] autotester's d_do_test has strange failures with Win32

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17997 --- Comment #2 from Walter Bright --- https://github.com/dlang/dmd/pull/7350 --

[Issue 14034] std.algorithm.mean

2017-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14034 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b5572e8f31f69078691c9d92b8759a5c21f1c341 Fix issue 14034: Add mean to Phobos --

[Issue 14034] std.algorithm.mean

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