[Github-comments] [geany/geany] Don't use temporary file when creating tag files without running preprocessor (PR #3204)

Jiří Techet notifications at github.com
Fri May 13 17:50:04 UTC 2022


This patch avoids creating a temporary file containing concatenated source files passed on the command-line when the `-P` option is used (or when tags are generated for other languages than C/C++) by e.g.
```
geany -P -g file1.h file2.h file3.h
```
More discussion can be found in #3163.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3204

-- Commit Summary --

  * Rename variables in tag file writing functions to make things clearer
  * Don't use temporary file when creating tag files without running preprocessor

-- File Changes --

    M src/tagmanager/tm_workspace.c (161)
    M tests/ctags/process_order.c.tags (5)

-- Patch Links --

https://github.com/geany/geany/pull/3204.patch
https://github.com/geany/geany/pull/3204.diff

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

Message ID: <geany/geany/pull/3204 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220513/e24df4bd/attachment.htm>


More information about the Github-comments mailing list