[Issue 17872] New: 'lazy' on variadic template parameters is ignored

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17872 Issue ID: 17872 Summary: 'lazy' on variadic template parameters is ignored Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 17385] Too much commands

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17385 Jon Degenhardt changed: What|Removed |Added CC||jrdemail2000-dl...@yahoo.co

[Issue 17835] std.algorithm.findSplit: Documentation example does not compile

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17835 Jon Degenhardt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17385] Too much commands

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17385 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/30c280156c6d7f0550f42a3a4d64db5c0cced4e3 Issue 17385: Update findSplit doc so example compiles.

[Issue 17871] New: Delegate type inference doesn't work

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17871 Issue ID: 17871 Summary: Delegate type inference doesn't work Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority:

[Issue 16702] DMD emit PIC relocation when it isn't appropriate, program won't link.

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16702 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de --- Comment #3 from Marco L

[Issue 17860] some code exaples from site doesn't build on Visual Studio 2010 (and probably at all)

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17860 --- Comment #6 from Max --- Is somone going to fix that? --

[Issue 17835] std.algorithm.findSplit: Documentation example does not compile

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17835 --- Comment #5 from Jon Degenhardt --- PR: https://github.com/dlang/phobos/pull/5752 --

[Issue 17800] [2.076] "static foreach" allocates closures in GC without reason

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17800 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/17a1effdb48c0d31bb3ba3611d8a22ef2ce8abed fix Issue 17800 - [2.076] "static foreach" allocates closures

[Issue 17812] crash when building JSON info with static foreach

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17812 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/625ef5373c5469c0c01251fe17080318981ed52f fix Issue 17812 - crash when building JSON info with static fo

[Issue 17831] [ICE] Internal error: backend/symbol.c 1039: foreach inside a switch statement

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17831 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/e214161c1c5ff4524a85272a0bfd55c06416aeb6 fix Issue 17831 - [ICE] Internal error: backend/symbol.c 1039

[Issue 17814] bad output of "static foreach" with -vcg-ast

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17814 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4317772a132873b9b0cf527312fe8b35e8b11265 fix Issue 17814 - bad output of "static foreach" with -vcg-ast

[Issue 17502] [REG2.064] Out contract in class method causes dmd segfault.

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17502 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/831552d2047d802c0d4b02c72940ddf43fbc360c Fix bug 17502 (again): Generate contracts after inferring retur

[Issue 17807] Spurious dead code warnings on enum and static variables.

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17807 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/e606297c9138747dc71732046547b5a19829fb05 fix Issue 17807 - Spurious dead code warnings on enum and stat

[Issue 5230] Regression(2.041, 1.057) ICE(tocsym.c) overriding a method that has an out contract

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5230 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b79c250bc27659274aa3a93473cd8f550738e3ad Handle bug 3602 and 5230, add tests for them. --

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3602 --- Comment #12 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b79c250bc27659274aa3a93473cd8f550738e3ad Handle bug 3602 and 5230, add tests for them. --

[Issue 17870] New: recursive template "T is nested in both"

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17870 Issue ID: 17870 Summary: recursive template "T is nested in both" Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal Priori

[Issue 13348] std.uni.Grapheme is impure due to using C malloc and friends

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13348 --- Comment #14 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/187e2b769b7ab1e2509d54e31cddc007b423fc8a fix issue 13348 https://github.com/dlang/phobos/commit

[Issue 17801] Date.fromISOExtString broken in 2.076 because of changed type specifier

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17801 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/80a0b584ee8d803392ab9362ee05a154370ade7d Fix issue 17801: DateTime.fromISOExtString no longer wor

[Issue 17788] MSCOFF: TLS broken when linking with linker from VS2017 15.3.1

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17788 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/07a25c9ec1deb7bcdf45d37d51a5b18d91fd1083 fix issue 17788: MSCOFF: with VS2017 15.3.1 segment

[Issue 17395] std.file.rmdirRecurse isn't @safe

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17395 Seb changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17394] std.file.mkdirRecurse isn't @safe

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17394 --- Comment #4 from Seb --- *** Issue 17395 has been marked as a duplicate of this issue. *** --

[Issue 17869] New: scope class object no longer deleted when created via factory function

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17869 Issue ID: 17869 Summary: scope class object no longer deleted when created via factory function Product: D Version: D2 Hardware: x86_64 OS: Windows St

[Issue 17868] New: add pragma(crt_con/destructor[, priority])

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17868 Issue ID: 17868 Summary: add pragma(crt_con/destructor[, priority]) Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Pri

[Issue 17630] selective imports find symbols in private imports of other modules

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17630 --- Comment #3 from Martin Nowak --- I'm going to remove the visibility deprecation anyhow. It's planned to remove the current find & check visibility mechanism with an partially ordered visibility one. This will allow us to merge the visibility cont

[Issue 17630] selective imports find symbols in private imports of other modules

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17630 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu Summary|DMD treats im