[Issue 15995] std.conv.text and friends can be made faster with std.array.appender

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

[Issue 15995] std.conv.text and friends can be made faster with std.array.appender

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15995 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f678909768536ad8bdd3e4ee30c793b6d36bbaaa Fix Issue 15995: std.conv.text and friends can be made

[Issue 16283] [Modules]

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16283 --- Comment #4 from Henry Block --- To be honest, I might have opened a can of worms here. The spec also suggestion you can put abstract bool x; at module scope in a D file, which isn't quite right :-) I suppose I was

[Issue 16283] [Modules]

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16283 --- Comment #3 from Henry Block --- (In reply to Steven Schveighoffer from comment #1) > I don't think this is an enhancement, it's a bug. I suppose that's a bug in the Report Bug button on the spec site then! :-) --

[Issue 16283] [Modules]

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16283 --- Comment #2 from Steven Schveighoffer --- (In reply to Steven Schveighoffer from comment #1) > I don't think this is an enhancement, it's a bug. Clarification: it's not a bug in the compiler, it's a bug in the spec! --

[Issue 16283] [Modules]

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16283 Steven Schveighoffer changed: What|Removed |Added Keywords||spec

[Issue 16283] New: [Modules]

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16283 Issue ID: 16283 Summary: [Modules] Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW Severity: enhancement

[Issue 16273] [REG 2.072a] dmd segfault with inheritance, templates, override

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16273 --- Comment #1 from ag0ae...@gmail.com --- Digger says this was introduced by https://github.com/dlang/dmd/pull/5695 --

[Issue 16282] New: Partial permutation/nextPermutation in std.algorithm

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16282 Issue ID: 16282 Summary: Partial permutation/nextPermutation in std.algorithm Product: D Version: D2 Hardware: All URL: http://dlang.org/library/std/algorithm/sorting.html

[Issue 16281] std.format.formattedRead should use ref instead of requiring pointers

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16281 Jack Stouffer changed: What|Removed |Added Keywords||safe --

[Issue 16281] New: std.format.formattedRead should use ref instead of requiring pointers

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16281 Issue ID: 16281 Summary: std.format.formattedRead should use ref instead of requiring pointers Product: D Version: D2 Hardware: All OS: All Status:

[Issue 15660] break "immutable" with pure function and mutable reference params

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15660 Iakh changed: What|Removed |Added Keywords||safe --

[Issue 13055] @nogc std.string.sformat

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13055 --- Comment #5 from Lodovico Giaretta --- Also, the current use of enforce inside sformat (which a comment states shall be removed) should be converted to an assert or something else that does not throw. --

[Issue 16280] -profile=gc wrongly reports allocation when using reserve on dynamic arrays

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16280 --- Comment #1 from Cédric Picard --- I should mention that this was done with DMD32 2.071.1 on GNU/Linux --

[Issue 16280] New: -profile=gc wrongly reports allocation when using reserve on dynamic arrays

2016-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16280 Issue ID: 16280 Summary: -profile=gc wrongly reports allocation when using reserve on dynamic arrays Product: D Version: D2 Hardware: x86 OS: Linux