[Issue 9472] Include comments in ddoc'd unittest blocks

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 7 22:15:50 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9472



--- Comment #4 from hsteoh at quickfur.ath.cx 2013-02-07 22:15:45 PST ---
Supporting regular comments may require non-trivial modifications to the lexer,
though. Lexers by default just skip over comments entirely.

But then again, if we're going to need to retain indentation (because right now
that doesn't work either), then we're going to have to modify the lexer anyway,
so we might as well throw in comments as well. But I doubt it's going to be
pretty, in terms of changes to the lexer code. And there may be lexer
performance considerations as well, depending on what needs to be done.

-- 
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