[Github-comments] [geany/geany] Compiler error regular expression does match user defined expression and default (#2817)

torsten-rupp notifications at xxxxx
Sun May 30 00:57:21 UTC 2021


The regular expression is OK. The problem I have is that I get more red lines than the expression is matching. The problem is that filetypes_parse_error_message() also return FALSE if a line do NOT match to the expression. E. g. if the expression is something like

foo

thenthe compiler output lines

foo
/abc:123

will match. The line "foo" is matched with the regular expression, the line "/abc:123" is matched by the default parsing implementation. Tthe manual says the default parsing is used if the regular expression is undefined. But the default parsing is used also if the regular expression is defined in case it is valid, but just do not match.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2817#issuecomment-850921380
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210529/6c4f1e14/attachment.htm>


More information about the Github-comments mailing list