nirum icon indicating copy to clipboard operation
nirum copied to clipboard

Doesn't correctly handle duplicate docstring

Open heejongahn opened this issue 9 years ago • 0 comments

If an IDL code uses docs syntax and @docs annotation for the same declaration at a time it currently doesn't provide any useful error message but ... (from #72)

Actually, Nirum does not provide any error message at all in this case. It just works. Which is, sadly, not a desired behavior. The parser might be just overriding the first docstring and applying the second one, instead of reporting a syntax error.

heejongahn avatar Jan 20 '17 12:01 heejongahn