<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">More often than not, the tools submodule (</span><a href="https://github.com/D-Programming-Language/tools" target="_blank" style="font-family:arial,sans-serif;font-size:12.727272033691406px">https://github.com/D-Programming-Language/tools</a><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">) will not build on git master. So I'm wondering whether it's even being tested before pushing commits.</span><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">The error I have now is with ddemangle:</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<div>std.md5 is scheduled for deprecation. Please use <a href="http://std.digest.md/" target="_blank">std.digest.md</a> instead</div><div>phobos/std/regex.d(6706): Error: template D main.__lambda3 does not match any function template declaration. Candidates are:</div>
<div>ddemangle.d(57): ddemangle.main.__lambda3(__T2)(a)</div><div><br></div></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">(this is the line: writeln(replace!((a) => demangle(a.hit))(line, r));)</div>
</div>