Thread overview
[Issue 11102] [ddoc] stray ( / ) without line or column numbers
Dec 17, 2022
Iain Buclaw
August 09, 2014
https://issues.dlang.org/show_bug.cgi?id=11102

--- Comment #2 from hsteoh@quickfur.ath.cx ---
Unable to reproduce on git HEAD. Here's my test code:
------
/**
 * This is some random code: $(D foreach (i; 1..a) { f(); }
 * But I forgot to close the macro.
 */
void func() {
}
------

Compiler output:
------
test.d(5): Warning: Ddoc: Stray '('. This may cause incorrect Ddoc output. Use
$(LPAREN) instead for unpaired left parentheses.
------

Do you have a test case that produces an error message without a line number?

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11102

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--
December 13
https://issues.dlang.org/show_bug.cgi?id=11102

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/18676

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--