[Issue 6032] wstring literals cannot be implicitly converted to const(wchar)*

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6032 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #4 from yebblies -

[Issue 14478] isInputRange failed to recognize some ranges

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14478 --- Comment #5 from Jonathan M Davis --- Sure, some may work, but many won't, and a lot of user code out there won't. Grepping for such usage in Phobos quickly finds some, and a function like std.array.array _can't_ work with non-copyable elements (a

[Issue 14463] [REG2.067] DMD crashes compiling module level immutable struct that takes an array in ctor

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14463 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/20f0f7c3ad6a78c668dbc7f8dfd644bc39c7fd0b fix Issue 14463 - [REG2.067]

[Issue 14463] [REG2.067] DMD crashes compiling module level immutable struct that takes an array in ctor

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

[Issue 14463] [REG2.067] DMD crashes compiling module level immutable struct that takes an array in ctor

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14463 Kenji Hara changed: What|Removed |Added Keywords||CTFE, ice, pull --- Comment #2 from Kenji Hara

[Issue 14474] Use UTF-8 encoding for @cmdfile

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14474 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #2 from Martin Nowak

[Issue 14478] isInputRange failed to recognize some ranges

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14478 --- Comment #4 from Ketmar Dark --- yet at least some std.algorithm algorithms are able to work with such ranges. chain works ok, filter works too. others will do too, i think, with `(ref a)` predicates. yet current implementation forbids such usage.

[Issue 14385] AA should use open addressing hash

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14385 Steven Schveighoffer changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 14478] isInputRange failed to recognize some ranges

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14478 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 14119] Must not allocate TraceInfo for FinalizeErrors

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14119 --- Comment #2 from Martin Nowak --- We should require http://dlang.org/library/core/runtime/runtime.trace_handler.html to be @nogc. For a deprecation phase we could still accept allocating trace handlers, but not call them in @nogc errors like onOut

[Issue 14385] AA should use open addressing hash

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14385 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to open_addressing at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/79bc91b41334c1805f557ef2f1606de31c6764d1 fix Issue

[Issue 14385] AA should use open addressing hash

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

[Issue 14006] "Contribute" button/option on the main site and sitemap

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14006 Gary Willoughby changed: What|Removed |Added Keywords||pull CC|

[Issue 14469] file.readText on Win64 doesn't work for files > 4GB.

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14469 --- Comment #2 from Kenny Alive --- The above algorithm for reading file has a bug. chunkSize should be calculated like this: uint chunkSize = min(size - totalNumRead, 0x); --

[Issue 14468] [Reg 2.068.0-devel] overload mismatch for template instance with typesafe variadic parameter

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

[Issue 14468] [Reg 2.068.0-devel] overload mismatch for template instance with typesafe variadic parameter

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14468 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9c728ce3a8757050cc50407df34eb3f4d0bbceed fix Issue 14468 - overload m

[Issue 14183] Updates to groupBy

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14183 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/afd30b41b09b9298f56ccba19068f1fbcab6fbb5 Merge pull request #300

[Issue 14478] isInputRange failed to recognize some ranges

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14478 Brian Smith changed: What|Removed |Added CC||block8...@gmail.com --- Comment #2 from Brian

[Issue 14479] isInputRange returns false on a slice of noncopyables.

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14479 Brian Smith changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14479] New: isInputRange returns false on a slice of noncopyables.

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14479 Issue ID: 14479 Summary: isInputRange returns false on a slice of noncopyables. Product: D Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: n

[Issue 14469] file.readText on Win64 doesn't work for files > 4GB.

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14469 --- Comment #1 from Kenny Alive --- Additionally since ReadFile (and ReadFileEx too) can read file in chunks not larger than 4GB the file reading code should be updated to something like this: ulong totalNumRead = 0; while (t

[Issue 14477] Nullable does not work with structs with default constructor disabled

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14477 Justin Whear changed: What|Removed |Added Keywords||pull Status|NEW

[Issue 14079] Variable templates' documentation not generated.

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14079 Gary Willoughby changed: What|Removed |Added Keywords||pull CC|

[Issue 6032] wstring literals cannot be implicitly converted to const(wchar)*

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6032 Elie Morisse changed: What|Removed |Added CC||syniu...@gmail.com --- Comment #3 from Elie Mo

[Issue 14478] isInputRange failed to recognize some ranges

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14478 --- Comment #1 from Ketmar Dark --- seems that `isBidirectionalRange` can be affected too. --

[Issue 14478] New: isInputRange failed to recognize some ranges

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14478 Issue ID: 14478 Summary: isInputRange failed to recognize some ranges Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priorit

[Issue 14477] New: Nullable does not work with structs with default constructor disabled

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14477 Issue ID: 14477 Summary: Nullable does not work with structs with default constructor disabled Product: D Version: D2 Hardware: All OS: All Status: NE

[Issue 943] DDoc ignoring sections, not making paragraphs

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=943 David Eagen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 943] DDoc ignoring sections, not making paragraphs

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=943 David Eagen changed: What|Removed |Added CC||da...@eagen.com --- Comment #1 from David Eagen

[Issue 150] (D1 only) std.gc.minimize doesn't minimize physical memory usage

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=150 David Eagen changed: What|Removed |Added CC||da...@eagen.com Summary|std.gc.minimi

[Issue 387] When EOF of din is reached, a line of output is lost

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=387 David Eagen changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7392] ICE(symbol.c) on invalid nested case statement

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7392 Martin Krejcirik changed: What|Removed |Added CC||m...@krej.cz --

[Issue 12920] ICE: Internal error: backend/symbol.c 1035

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12920 Martin Krejcirik changed: What|Removed |Added CC||m...@krej.cz Hardware|x86_64

[Issue 14468] [Reg 2.068.0-devel] overload mismatch for template instance with typesafe variadic parameter

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14468 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #3 from Kenji H

[Issue 14048] std.container documentation issues

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14048 grogan.co...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14048] std.container documentation issues

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14048 Gary Willoughby changed: What|Removed |Added CC||d...@nomad.so --- Comment #1 from Gary Wil

[Issue 14080] No mention of documented unittests on ddoc's page

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14080 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/738506db345b483657cd11c63ad49ba1b566d5a5 Fix issue 14080

[Issue 14080] No mention of documented unittests on ddoc's page

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14080 Gary Willoughby changed: What|Removed |Added Keywords||pull CC|

[Issue 14476] core.thread unit tests failing on FreeBSD 9+

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14476 --- Comment #1 from Joakim --- I can confirm that that last unittest is the one causing the problem on i386 also, as commenting it out gets core.thread to pass and the tests to fail here instead: Testing link Testing load Testing linkD Testing linkD

[Issue 12920] ICE: Internal error: backend/symbol.c 1035

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12920 --- Comment #3 from Marc Schütz --- Is it really a duplicate? The code in the other bug is clearly invalid, but this one should work IMO. --

[Issue 8207] OS X: Should extern(D) symbols include another underscore?

2015-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8207 Dan Olson changed: What|Removed |Added CC||go...@comcast.net --- Comment #2 from Dan Olson