@andy5995 commented on this pull request.


>  runner = find_program('ctags/runner.sh')
 foreach t : ctags_tests
-       test('@0@'.format(t), runner,
+       test(join_paths(fs.parent(t), fs.name(t)), runner,

The required meson version is 0.53 and this feature is not available until 0.59

Looks like they've added full_path but that feature requires meson 1.4.1

https://stackoverflow.com/a/77647927/6838037

https://mesonbuild.com/Reference-manual_returned_file.html

https://github.com/mesonbuild/meson/issues/12259

Anyway, a pretty trivial issue. It works as-is. I assume you don't wanna set 
the required meson version to 0.59 yet. Feel free to close this PR unless you 
wanna discuss it further.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3759#pullrequestreview-1872536298
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3759/review/[email protected]>

Reply via email to