vala-lang / vala-language-server

Code Intelligence for Vala & Genie
GNU Lesser General Public License v2.1
287 stars 41 forks source link

build failed : Invalid regular expression #283

Closed OElabs-official closed 1 year ago

OElabs-official commented 1 year ago

0.48.5 archlinux / aarch64 /

../src/documentation/girdocumentation.vala:326.29-326.57: error: Invalid regular expression //![(.?)](([~:\/\\w-.]+))'. 326 | comment_data = /![(.?)](([~:\/\\w-.]+))/ | ^~~~~~~~~ ../src/documentation/girdocumentation.vala:355.29-355.51: error: Invalid regular expression //[(.?)][([\w-\s]+)]'. 355 | comment_data = /[(.?)][([\w-\s]+)]/ | ^~~~~~~ ../src/documentation/doccomment.vala:132.17-132.59: error: Invalid regular expression `//([[|{{)([:/\w-.]+)(|(.?))?(]]|}})'. 132 | body = /([[|{{)([:/\w-.]+)(|(.?))?(]]|}})/ | ^~~~~~~~~~~ Compilation failed: 3 error(s), 0 warning(s)

anyway fix this?

KirMozor commented 1 year ago

Same error :(

benwaffle commented 1 year ago

This is fixed in master. @Prince781 can you tag a new build?

benwaffle commented 1 year ago

duplicate of #263

benwaffle commented 1 year ago

@OElabs-official please try version 0.48.7 in the AUR