[Issue 3748] inout does not work properly

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6756] New: Idea about std.stdio.chunks and std.range.chunks

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6756 Summary: Idea about std.stdio.chunks and std.range.chunks Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 6755] New: Better wrong function pointer error message

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6755 Summary: Better wrong function pointer error message Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor

[Issue 6754] New: extern() in a function signature

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6754 Summary: extern() in a function signature Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Compone

[Issue 6672] [CTFE] ICE on compile time std.algorithm.sort

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6672 --- Comment #6 from Walter Bright 2011-10-01 14:15:27 PDT --- More fixes: https://github.com/D-Programming-Language/dmd/commit/f680025e30b5423e2d2759e5c2f004cafb53e5ea https://github.com/D-Programming-Language/dmd/commit/36d5b056a318698d392c

[Issue 6749] [CTFE] problem with array of structs

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6749 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6753] New: "Reinterpret" cast of array to a tail const one doesn't work inside @trusted

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6753 Summary: "Reinterpret" cast of array to a tail const one doesn't work inside @trusted Product: D Version: D2 Platform: Other OS/Version: All Status: NEW S

[Issue 6672] [CTFE] ICE on compile time std.algorithm.sort

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6672 bearophile_h...@eml.cc changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 2006] Appending empty array using ~= doesn't work

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2006 --- Comment #6 from Stewart Gordon 2011-10-01 13:13:23 PDT --- (In reply to comment #5) > (In reply to comment #3) >> At the very least I'd like the compiler to generate an error saying it >> doesn't >> know how to interpret 'arr ~= []'. > >

[Issue 4909] Two suggestions for std.algorithm.schwartzSort()

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4909 --- Comment #6 from bearophile_h...@eml.cc 2011-10-01 12:58:40 PDT --- In Clojure language the sort with a key function is named "sort-by": http://clojuredocs.org/clojure_core/1.2.0/clojure.core/sort-by In Mathematica it is named "SortBy": http

[Issue 6752] New: Add separate option to control stack frame generation

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6752 Summary: Add separate option to control stack frame generation Product: D Version: D1 & D2 Platform: x86 OS/Version: All Status: NEW Severity: enhancement Priority:

[Issue 6751] New: [CTFE] ref argument of AA doesn't work

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6751 Summary: [CTFE] ref argument of AA doesn't work Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Componen

[Issue 6672] [CTFE] ICE on compile time std.algorithm.sort

2011-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6672 Don changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED