[Issue 11791] std.file.write failed to write huge files

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11791 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/2ff9afaeeec6d0cbfb0640f21c73fe6a4c3a682d fix issue 11791 - std.file.write failed to write huge fi

[Issue 11791] std.file.write failed to write huge files

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

[Issue 15993] using mixin to specify 2 arguments for writefln results in unrecognized behavior

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15993 --- Comment #2 from yosik...@altalk.com --- (In reply to Mathias Lang from comment #1) > That's because it doesn't behaves as you expect it to. > > What's mixed in is an expression, not a tuple. The first value is then > discarded thanks to the coma

[Issue 10777] std.algorithm.multiSort to return a std.range.SortedRange

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

[Issue 10777] std.algorithm.multiSort to return a std.range.SortedRange

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10777 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/6b165d4deb110d5311131eb61b99895d6ef36297 Fix issue 10777 - multiSort should return a SortedRange

[Issue 15976] explicite TLS initializes badly in DLLs if other threads exist

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15976 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/998c0fc455c959bfb55c1a26ef8b9599622bc457 fix issue 15976: swap out explicit TLS values during

[Issue 15975] TLS not scanned correctly for main thread

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15975 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15995 --- Comment #1 from Jack Stouffer --- https://github.com/dlang/phobos/pull/4280 --

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

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15995 Jack Stouffer changed: What|Removed |Added Keywords||pull --

[Issue 15992] [REG2.072a] dmd: todt.c:787: void membersToDt(AggregateDeclaration*, DtBuilder&, Expressions*, size_t, ClassDeclaration*, BaseClass***): Assertion `vd->semanticRun >= PASSsemantic2done'

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15992 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com Blocks|

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

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15995 Issue ID: 15995 Summary: std.conv.text and friends can be made faster with std.array.appender Product: D Version: D2 Hardware: All OS: All Status: NEW

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

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15995 Jack Stouffer changed: What|Removed |Added Depends on||15992 --

[Issue 15994] Trivial code compiled with dmd ends with code 11 !?

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15994 --- Comment #2 from Adam D. Ruppe --- Not a bug in D, simple programmer error. Pointers and references (not that all class objects are implicitly references, like Java or C#, but unlike C++) are automatically initialized to null exactly so it segfaul

[Issue 15994] Trivial code compiled with dmd ends with code 11 !?

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15994 Dicebot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15972] range of chars doesn't work with joiner with literal delimiters

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15972 --- Comment #1 from Sobirari Muhomori --- What I have in mind: 1. Move autodecoding algorithms to undead. 2. Remove autodecoding from algorithms. 3. Have dfix rewrite std.algorithm to undead.algorithm --

[Issue 15994] Trivial code compiled with dmd ends with code 11 !?

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15994 Dicebot changed: What|Removed |Added CC||pub...@dicebot.lv --- Comment #1 from Dicebot ---

[Issue 15994] New: Trivial code compiled with dmd ends with code 11 !?

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15994 Issue ID: 15994 Summary: Trivial code compiled with dmd ends with code 11 !? Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major

[Issue 15993] using mixin to specify 2 arguments for writefln results in unrecognized behavior

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15993 Mathias Lang changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15993] New: using mixin to specify 2 arguments for writefln results in unrecognized behavior

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15993 Issue ID: 15993 Summary: using mixin to specify 2 arguments for writefln results in unrecognized behavior Product: D Version: D2 Hardware: x86 URL: http://dlang.or

[Issue 15993] using mixin to specify 2 arguments for writefln results in unrecognized behavior

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15993 yosik...@altalk.com changed: What|Removed |Added CC||yosik...@altalk.com --

[Issue 15980] std.traits.Identity is undocumented but public

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15980 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/3a322792bfc7488b05c0ddd9515e83e9bd04b009 Fix Issue 15980: std.traits.Identity is undocumented but

[Issue 15980] std.traits.Identity is undocumented but public

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

[Issue 9766] align(n) with n compile-time constant

2016-05-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9766 j...@red.email.ne.jp changed: What|Removed |Added CC||j...@red.email.ne.jp --- Comment #4 fro