is the tools part of the test suite? currently tools/ddemangle doesn't compile on git master
Timothee Cour
thelastmammoth at gmail.com
Fri Aug 23 20:20:29 PDT 2013
More often than not, the tools submodule (
https://github.com/D-Programming-Language/tools) will not build on git
master. So I'm wondering whether it's even being tested before pushing
commits.
The error I have now is with ddemangle:
std.md5 is scheduled for deprecation. Please use std.digest.md instead
phobos/std/regex.d(6706): Error: template D main.__lambda3 does not match
any function template declaration. Candidates are:
ddemangle.d(57): ddemangle.main.__lambda3(__T2)(a)
(this is the line: writeln(replace!((a) => demangle(a.hit))(line, r));)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20130823/c99ada0c/attachment.html>
More information about the Digitalmars-d-learn
mailing list