[Github-comments] [geany/geany] Make geany -g tags output reproducible (#1989)
Bernhard M. Wiedemann
notifications at xxxxx
Sat Nov 10 02:16:44 UTC 2018
yes, cat'ing files on the caller side also helps:
```diff
-geany -c geany_config -g glfw.c.tags $(find src \( ! -name CMakeFiles \) -type f \( -iname "*.c" -o -iname "*.h" \) \( ! -iname "win32*" \) \( ! -iname "cocoa*" \) | sort
-) include/GLFW/glfw3.h
+cat $(find src \( ! -name CMakeFiles \) -type f \( -iname "*.c" -o -iname "*.h" \) \( ! -iname "win32*" \) \( ! -iname "cocoa*" \) | sort) include/GLFW/glfw3.h > tags.in.h
+geany -c geany_config -g glfw.c.tags tags.in.h
```
but having tools themselves more deterministic is still a plus, because it avoids having to patch all callers.
--
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/1989#issuecomment-437550486
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181109/a7fcae11/attachment.html>
More information about the Github-comments
mailing list