[Issue 4405] all function - returns whether predicate is true for all elements in a range

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4405 --- Comment #4 from Jonathan M Davis 2010-06-29 01:51:05 PDT --- Actually, while I'd love to have any(), I do think that having canFind() would make sense so long as it has versions of it which don't match any(). That is, only the most general

[Issue 4406] New: Typo (bug) in std.concurrency

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4406 Summary: Typo (bug) in std.concurrency Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Keywords: patch Severity: critical Priority: P2

[Issue 4406] Typo (bug) in std.concurrency

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4406 --- Comment #1 from Steven Schveighoffer 2010-06-29 07:40:36 PDT --- Ops is a type, I don't think that will compile. I'd say a more complex solution is needed: final void get(T...)( T _ops ) { static assert( T.len

[Issue 4406] Typo (bug) in std.concurrency

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4406 --- Comment #2 from Simen Kjaeraas 2010-06-29 07:53:41 PDT --- (In reply to comment #1) > Ops is a type, I don't think that will compile. > > I'd say a more complex solution is needed: > > final void get(T...)( T _ops ) > { >

[Issue 4396] mkdir race prevents concurrent compiling with DMD using make -j

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4396 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4396] mkdir race prevents concurrent compiling with DMD using make -j

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4396 --- Comment #2 from Leandro Lucarella 2010-06-29 10:32:22 PDT --- Thanks! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3878] Arguments and attributes with the same name

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3878 --- Comment #3 from bearophile_h...@eml.cc 2010-06-29 18:16:21 PDT --- See related bug 4407 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4407] New: Catch wrong argument<->attribute assignments in methods

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4407 Summary: Catch wrong argument<->attribute assignments in methods Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Keywords: diagnosti

[Issue 4408] New: Ambiguity when using std.algorithm.splitter with generic ranges

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4408 Summary: Ambiguity when using std.algorithm.splitter with generic ranges Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 4408] Ambiguity when using std.algorithm.splitter with generic ranges

2010-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4408 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|