It seems that glib isn't able to fetch named subpatterns inside groups
line: `main.c:5:2: error: 'a' undeclared (first use in this function)`
regex: `(?<file>[^:]+):(?<line>[0-9]+):([0-9]+): 
((?<error>error)|(?<warning>warning)).+`

`g_match_info_fetch_named_pos` returns false.

-- 
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/pull/1649#issuecomment-337065431

Reply via email to