August 14, 2010
I just updated:

std/range.d(2007): Error: template std.range.take(R) if
(isInputRange!(R) && !hasSlicing!(R)) does not match any function
template declaration
std/range.d(2007): Error: template std.range.take(R) if
(isInputRange!(R) && !hasSlicing!(R)) cannot deduce template function
from argument types !()(Cycle!(int[]),int)

To unittest on a Unix-like OS, just change dir to the phobos root and issue:

make unittest

It will run unittests in both debug and release mode. To run them faster:

make unittest -j 4


Thanks,

Andrei