August 24, 2013 is the tools part of the test suite? currently tools/ddemangle doesn't compile on git master | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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));) |
August 24, 2013 Re: is the tools part of the test suite? currently tools/ddemangle doesn't compile on git master | ||||
---|---|---|---|---|
| ||||
Posted in reply to Timothee Cour | On Saturday, 24 August 2013 at 03:20:42 UTC, Timothee Cour wrote:
> 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.
In short: no, unfortunately.
David
|
Copyright © 1999-2021 by the D Language Foundation