[Issue 19171] Array!bool range slicing has invalid assert

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19171 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19171] Array!bool range slicing has invalid assert

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19171 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/5a3a1819223f3cc4d70565000d8a083b6a65aced Fix issue 19171 - Fix invalid assert in Array!bool

[Issue 18816] [betterC] Standard Streams Unlinkable

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18816 --- Comment #2 from dd86k --- Forgot about this ticket. I made it work under Windows, see https://github.com/dd86k/dd-dos/blob/master/src/ddc/ddc.d#L63-L69 (and _NFILE). I almost pulled the repo and make a pull request, so feel free to base a pull

[Issue 19087] `final switch` cannot be used in -betterC

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19087 --- Comment #4 from Mike Franklin --- I'm not sure how to make it a compile-time error. For example the code could be... void test(int p) { final switch (p) { case 42: break; } } void main() { import core.stdc.stdlib;

[Issue 19087] `final switch` cannot be used in -betterC

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19087 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #3

[Issue 19123] -allinst gives undefined reference linker errors

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19123 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --

[Issue 18816] [betterC] Standard Streams Unlinkable

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18816 Seb changed: What|Removed |Added CC||greensunn...@gmail.com OS|All

[Issue 18899] destroy is inefficient for small structs

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18899 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --

[Issue 18872] -dip1000 does not allow static arrays for types with destructors

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18872 Seb changed: What|Removed |Added CC||greensunn...@gmail.com Component|druntime

[Issue 19087] `final switch` cannot be used in -betterC

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19087 --- Comment #2 from Seb --- A start for a discussion: https://github.com/dlang/druntime/pull/2274 --

[Issue 19087] `final switch` cannot be used in -betterC

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19087 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb --- >

[Issue 19033] Sign the installer

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19033 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb ---

[Issue 18929] std.range.chain with single elements too

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18929 Seb changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 18991] Invalid code in std.iteration.each

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18991 Seb changed: What|Removed |Added CC||greensunn...@gmail.com Component|phobos

[Issue 19162] [REG: 2.079.0] Public Import Overlapping Names Conflict Resolution

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19162 Seb changed: What|Removed |Added Keywords||pull CC|

[Issue 19163] static/tuple foreach counted incorrectly in coverage analysis

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19163 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --

[Issue 19061] Specs for contracts don't include the changes brought by DIP 1009

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19061 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19171] Array!bool range slicing has invalid assert

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19171 Steven Schveighoffer changed: What|Removed |Added Keywords||pull --- Comment #1 from Steven

[Issue 19171] New: Array!bool range slicing has invalid assert

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19171 Issue ID: 19171 Summary: Array!bool range slicing has invalid assert Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 12335] std.algorithm.skipOver should support multiple args like startsWith

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12335 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/dca849389f5e293a3ec59444060d317dc1de1316 Fix Issue 12335 - std.algorithm.skipOver should support

[Issue 12335] std.algorithm.skipOver should support multiple args like startsWith

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12335 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19071] core.internal.hash should have non-chained toHash overloads

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19071 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/2f1275cee4fc865ae32c14be43a3a106c425eb92 Fix Issue 19071 - core.internal.hash should have

[Issue 18788] static arrays with a length specified at runtime should dynamically allocate on the stack

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18788 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --

[Issue 19159] `alloca` does not work in -betterC

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19159 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --

[Issue 19168] std.random.randomCover and randomSample should warn that struct RNGs are copied (original is not updated)

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19168 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb ---

[Issue 18250] deprecate + transition=complex should check whether the templates are instantiated from a deprecated scope

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18250 Seb changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 18251] deprecate + transition=complex shouldn't look at functions with non-matching if constraints

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18251 Seb changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED