[Issue 13863] (DDoc/refactor) More readable template constraints

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13863 Tobias Pankrath changed: What|Removed |Added CC||tob...@pankrath.net --- Comment #2 from To

[Issue 11655] assignment of struct with vector field

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11655 John Colvin changed: What|Removed |Added CC||john.loughran.colvin@gmail.

[Issue 13863] (DDoc/refactor) More readable template constraints

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13863 --- Comment #3 from Ferdinand Majerech --- (In reply to hsteoh from comment #1) > A more comprehensive solution would be: > https://issues.dlang.org/show_bug.cgi?id=13676 I think these are orthogonal; both are needed to make the docs readable. Regar

[Issue 13876] New: (DDoc) More/better code examples. Use D.learn questions to get ideas.

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13876 Issue ID: 13876 Summary: (DDoc) More/better code examples. Use D.learn questions to get ideas. Product: D Version: unspecified Hardware: All OS: All S

[Issue 13877] New: Problem with map+join

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13877 Issue ID: 13877 Summary: Problem with map+join Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P1 Com

[Issue 13877] Problem with map+join

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13877 --- Comment #1 from bearophile_h...@eml.cc --- The work-around was found by "anon": http://forum.dlang.org/thread/ibfthfpvccfamdezb...@forum.dlang.org#post-rincbqgpzcezcuiksvos:40forum.dlang.org --

[Issue 13877] Problem with map+join

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13877 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #2 from Ke

[Issue 12780] Multiplying integer array by scalar double fails

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12780 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[Issue 11890] rdmd should read the whole first line if called with --shebang

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11890 Mihail Zenkov changed: What|Removed |Added CC||mihail.zen...@gmail.com --- Comment #1 from

[Issue 13878] New: Appending to an array block with modified flags loses flag info

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13878 Issue ID: 13878 Summary: Appending to an array block with modified flags loses flag info Product: D Version: D2 Hardware: x86 OS: All Status: NEW

[Issue 13878] Appending to an array block with modified flags loses flag info

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13878 --- Comment #1 from Steven Schveighoffer --- Oops, that should be GC.clrAttr(v.ptr, GC.BlkAttr.NO_SCAN); --

[Issue 13854] Appending to an interior slice of a large array results in unnecessary 16-byte offset

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13854 --- Comment #1 from Steven Schveighoffer --- PR: https://github.com/D-Programming-Language/druntime/pull/1071 --

[Issue 12363] getProtection trait doesn't work for certain kinds of fields (and is poorly designed...)

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12363 Luca Niccoli changed: What|Removed |Added CC||lultimou...@gmail.com --- Comment #1 from Luc

[Issue 13227] DMD-Win64 debuginfo corruption

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13227 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 11541] Debuginfo errors building vibe.d for Win64

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11541 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 11902] DMD debuginfo doesn't seem to write classes correctly

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11902 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 11902] DMD debuginfo doesn't seem to write classes correctly

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11902 --- Comment #13 from Walter Bright --- (In reply to Manu from comment #12) > (In reply to comment #11) > > https://github.com/D-Programming-Language/dmd/pull/3189 > > > > I honestly don't think that my two pull requests will make it in time for > >

[Issue 13879] New: Default inizialization of function pointers array

2014-12-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13879 Issue ID: 13879 Summary: Default inizialization of function pointers array Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Keywords: rejects-valid