[Issue 8592] dmd crashing on in-function import with all optimizations turned on

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8592 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8586] [ICE] (module.c, line 829) with -noboundscheck and local import

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8586 bearophile_h...@eml.cc changed: What|Removed |Added CC||maartenvd1...@gmail.com --- Co

[Issue 8592] New: dmd crashing on in-function import with all optimizations turned on

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8592 Summary: dmd crashing on in-function import with all optimizations turned on Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Sev

[Issue 8591] typecons.RefCounted.refCountedPayload should be nothrow

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8591 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1

[Issue 8591] New: typecons.RefCounted.refCountedPayload should be nothrow

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8591 Summary: typecons.RefCounted.refCountedPayload should be nothrow Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8584] bug with std.range.zip? range with opEquals(const) const not allowed inside zip

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8584 --- Comment #2 from thelastmamm...@gmail.com 2012-08-26 10:45:02 PDT --- copied form the above mentioned thread: --- import std.range; struct A{ int x; //bool opEquals(const A a) {return a.x==x;} //comiles when this is used //bool

[Issue 8584] bug with std.range.zip? range with opEquals(const) const not allowed inside zip

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8584 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 8590] Documentation for "any" and "all" in std.algorithm is incorrect

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8590 --- Comment #1 from Philip Daniels 2012-08-26 09:09:05 PDT --- Actually, since it's Big O it's *technically* correct, but I think it is confusing. Should read "Performs between 0 and r.length evaluations of pred, returning as soon as a match

[Issue 8590] New: Documentation for "any" and "all" in std.algorithm is incorrect

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8590 Summary: Documentation for "any" and "all" in std.algorithm is incorrect Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severit

[Issue 7007] [] should have a type of its own

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7007 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 8589] Incorrect conversion of function returning `typeof(null)` to function returning an array

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8589 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 8589] New: Incorrect conversion of function returning `typeof(null)` to function returning an array

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8589 Summary: Incorrect conversion of function returning `typeof(null)` to function returning an array Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8582] std.parallelism unittest failure on single processor

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8582 --- Comment #3 from github-bugzi...@puremagic.com 2012-08-26 00:15:51 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/ab9691df2e74d042dd6e7ba78fbca0edb

[Issue 8582] std.parallelism unittest failure on single processor

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8582 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|