[Issue 4535] std.range could have a takeWhile!pred(range) function

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4535 timon.g...@gmx.ch changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 4535] std.range could have a takeWhile!pred(range) function

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4535 --- Comment #6 from Jonathan M Davis --- (In reply to timon.gehr from comment #5) > This enhancement requests is not "INVALID". Closing it as "won't fix" would be more appropriate. We already have until, which does what takeWhile would do - it just h

[Issue 4535] std.range could have a takeWhile!pred(range) function

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4535 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 16993] Documentation for toSimpleString and toString does not explain how they differ

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16993 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 4535] std.range could have a takeWhile!pred(range) function

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4535 timon.g...@gmx.ch changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Issue 4535] std.range could have a takeWhile!pred(range) function

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4535 greenify changed: What|Removed |Added CC||greeen...@gmail.com --

[Issue 4535] std.range could have a takeWhile!pred(range) function

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4535 --- Comment #8 from Jonathan M Davis --- (In reply to timon.gehr from comment #7) > (In reply to Jonathan M Davis from comment #6) > > We already have until, > > which does what takeWhile would do - it just has an arguably worse name. Is > > there som

[Issue 16993] Documentation for toSimpleString and toString does not explain how they differ

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16993 --- Comment #2 from Jonathan M Davis --- toString does currently call toSimpleString, but the intention is that if you actually care about the format of the string, you don't use toString. Instead, you use a function like toSimpleString or toISOExtSt

[Issue 16053] SysTime.fromIsoExtString don't work if nanoseconds are presented

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16053 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16993] Documentation for toSimpleString and toString does not explain how they differ

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

[Issue 16993] Documentation for toSimpleString and toString does not explain how they differ

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16993 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/57ef9199632b8cb5451f9d7d8c76aad29410db84 Fix issue 16993: Clarify documentation of std.datetime's

[Issue 17634] New: variadic overload of std.algorithm.searching.countUntil should return which needle was found

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17634 Issue ID: 17634 Summary: variadic overload of std.algorithm.searching.countUntil should return which needle was found Product: D Version: D2 Hardware: All

[Issue 17635] New: [REG 2.066.0] cannot convert unique immutable(int)** to immutable

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17635 Issue ID: 17635 Summary: [REG 2.066.0] cannot convert unique immutable(int)** to immutable Product: D Version: D2 Hardware: x86_64 OS: Linux Status: N

[Issue 9702] std.string.replace for single chars too?

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9702 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb --- You

[Issue 17635] [REG 2.066.0] cannot convert unique immutable(int)** to immutable

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17635 Vladimir Panteleev changed: What|Removed |Added Hardware|x86_64 |All OS|Linux

[Issue 11298] Replace `std.stdio` module functionality with the use of only native system API

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11298 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb --- IO

[Issue 6593] final class random generators?

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6593 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #2 from Seb --- Joe

[Issue 7714] Building d-programming-language.org fails to build phobos when built with multiple jobs.

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7714 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17636] New: Support pragma(mangle) on types

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17636 Issue ID: 17636 Summary: Support pragma(mangle) on types Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1

[Issue 17636] Support pragma(mangle) on types

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17636 --- Comment #1 from Jacob Carlborg --- In D it's possible to use pragma(mangle) on a function to set the name that will actually end up in the binary. This is useful if you need to link to a C function that uses the same name as a keyword in D. I th

[Issue 17207] Annotate properties in phobos with 'const' or 'inout'

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17207 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #3 from Seb --- >

[Issue 17637] New: Integral promotion rules not being followed

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17637 Issue ID: 17637 Summary: Integral promotion rules not being followed Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priorit

[Issue 17637] Integral promotion rules not being followed

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17637 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 16997] Real-life evidence for integer promotion of unary minus creating bugs when porting C code

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16997 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com See Also|

[Issue 17638] New: A pragma inside a function body is seen as a statement

2017-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17638 Issue ID: 17638 Summary: A pragma inside a function body is seen as a statement Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal