@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,
@eli-schwartz Isn't there a proper way to convert a file object to a string in
<=0.53? (I suppose that's why the warning isn't a hard error, and the fs and
full_path() features have been introduced).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3759#discussion_r1484412389
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3759/review/[email protected]>