[Issue 10896] New: currently tools/ddemangle doesn't compile on git master
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Aug 25 23:37:00 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10896
Summary: currently tools/ddemangle doesn't compile on git
master
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: thelastmammoth at gmail.com
--- Comment #0 from thelastmammoth at gmail.com 2013-08-25 23:36:59 PDT ---
reposting from D newsgroup: 'is the tools part of the test suite? currently
tools/ddemangle doesn't compile on git master'
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));)
also, enhancement request: make tools part of test suite.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list