We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.9.3 properly compiles, but with v0.9.4 and the current trunk, I got these errors:
source/ddox/ddoc.d(93): Error: not a property lines[cast(ulong)i..cast(ulong)j].map!(__lambda30) source/ddox/ddoc.d(34): Error: template instance ddox.ddoc.filterDdocComment!(Appender!(string)) error instantiating
BTW, I would like to thank you for this yet another wonderful project :-)
The text was updated successfully, but these errors were encountered:
I accidentially had DFLAGS defined locally without the -w switch. Compiles again and I also added a new v0.9.5 tag.
Sorry, something went wrong.
solved! many thanks!
No branches or pull requests
v0.9.3 properly compiles, but with v0.9.4 and the current trunk, I got these errors:
BTW, I would like to thank you for this yet another wonderful project :-)
The text was updated successfully, but these errors were encountered: