When deleting a file while developing, the build always fails because the meson script generating tags uses git to list files.
Also happens when moving a file.
My vote is to remove tag generation.
Actually @agx did the implementation so maybe he's using it and will fix it.
On Fri, Mar 23, 2018 at 01:14:37AM +0000, Tony Crisci wrote:
Actually @agx did the implementation so maybe he's using it and will fix it.
I'll have a look.
On FreeBSD:
ctags: illegal option -- o
usage: ctags [-BFTaduwvx] [-f tagsfile] file ...
Does freebsd have '-f' - is so we can use that instead
Oh, I see it has. PR forthcoming.
I don't think that's related. The build environments don't have ctags installed.