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 22:47:15 PDT 2013


sure, I'll file a bug, but I'd like to know whether the auto tester checks
for these before a push is made to master:

* tools
* tools/update.sh (which is supposed to build everything)
* docs

each time i check, it fails in some new, creative ways




On Fri, Aug 23, 2013 at 9:20 PM, H. S. Teoh <hsteoh at quickfur.ath.cx> wrote:

> On Fri, Aug 23, 2013 at 08:20:29PM -0700, 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.
> >
> > 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));)
>
> Please file a bug, I'll look into it.
>
>
> T
>
> --
> The diminished 7th chord is the most flexible and fear-instilling chord.
> Use it often, use it unsparingly, to subdue your listeners into submission!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20130823/9aafbb96/attachment.html>


More information about the Digitalmars-d-learn mailing list