[Issue 8946] « any » function does not what it should do

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8946 --- Comment #10 from Dimitri Sabadie 2012-11-04 04:11:05 PST --- (In reply to comment #9) > If there's a measurable difference in efficiency between calling find (and > checking for empty) and reimplementing find inside of canFind or any, then

[Issue 8946] � any � function does not what it should do

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8946 --- Comment #11 from Jonathan M Davis 2012-11-04 04:26:54 PST --- C++'s find takes a pair of iterators indicating the beginning and ending of a range and returns an iterator to the element found - i.e. the new beginning of the range. D's range

[Issue 8959] IsExpression should support syntax which has no Identifier in all cases

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8959 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2012

[Issue 8414] with statement causes linker error

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

[Issue 8868] overload resolution of &x.g() incorrectly chooses delegate over function pointer

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8868 Stewart Gordon changed: What|Removed |Added Keywords||accepts-invalid CC|

[Issue 8887] static arrays passed by value in extern C/C++ functions should not compile

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8887 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8887] static arrays passed by value in extern C/C++ functions should not compile

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

[Issue 8956] Ability to break typesystem with constructor/postblit/destructor (e.g. modify immutable)

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8956 Stewart Gordon changed: What|Removed |Added Keywords||accepts-invalid CC|

[Issue 8898] false positive dangling else warning

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8898 Alex R�nne Petersen changed: What|Removed |Added Keywords|accepts-invalid |rejects-valid --- Comment #2 fro

[Issue 8960] New: DMD 2.061 git head: Unable to set thread priority

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8960 Summary: DMD 2.061 git head: Unable to set thread priority Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 C

[Issue 2296] IFTI with parameterization on fixed array size does not work

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2296 Denis Shelomovskij changed: What|Removed |Added CC||verylonglogin@gmail.com

[Issue 3530] A case where IFTI works with int but not enum

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3530 Denis Shelomovskij changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8325] IFTI on non-function templates

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8325 Denis Shelomovskij changed: What|Removed |Added CC||verylonglogin@gmail.com --- C

[Issue 8961] New: IFTI fails with templates in specialization

2012-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8961 Summary: IFTI fails with templates in specialization Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal