[Issue 6514] dotProduct at compile-time too

2011-08-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6514


David Simcha dsim...@yahoo.com changed:

   What|Removed |Added

 CC||dsim...@yahoo.com


--- Comment #1 from David Simcha dsim...@yahoo.com 2011-08-17 05:04:09 PDT ---
https://github.com/D-Programming-Language/phobos/pull/200

I was curious why dotProduct didn't already work at compile time.  With Don's
recent CTFE improvements that allow pointers, the only reason is bug 6517, so I
put the trivial workaround in dotProduct.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6514] dotProduct at compile-time too

2011-08-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6514



--- Comment #2 from bearophile_h...@eml.cc 2011-08-17 05:36:32 PDT ---
(In reply to comment #1)

 With Don's recent CTFE improvements that allow pointers, the only reason
 is bug 6517, so I put the trivial workaround in dotProduct.

Thank you.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6514] dotProduct at compile-time too

2011-08-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6514


bearophile_h...@eml.cc changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #3 from bearophile_h...@eml.cc 2011-08-17 11:36:17 PDT ---
Fixed:

https://github.com/D-Programming-Language/phobos/commit/dc7fb2a8470e40929bbb67f74d62f01d61f5bcad

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---