dlang-community / harbored-mod

A documentation generator for D with support for both DDoc and Markdown.
Boost Software License 1.0
18 stars 14 forks source link

harbored-mod fails to build on newest dmd #74

Closed BlackEdder closed 7 years ago

BlackEdder commented 7 years ago

Error I got:

src/visitor.d(254,93): Error: no property 'identifiers' for type 'const(AutoDeclaration)'
src/main.d(256,21): Error: template instance visitor.DocVisitor!(HTMLWriterAggregated) error instantiating
src/main.d(163,4):        instantiated from here: writeDocumentation!(HTMLWriterAggregated)
src/main.d(106,27):        instantiated from here: generateDocumentation!(HTMLWriterAggregated)
src/main.d(30,5): Error: function D main no return exp; or assert(0); at end of function
ghost commented 7 years ago

fixed now.