Geany floods the terminal with tagmanager errors when using the "source" keyword in R
Bug #1253129 reported by
Arnaudus
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
geany (Ubuntu) |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Geany is flooding my terminal with tagmanager errors:
(geany:32564): Tagmanager-CRITICAL **: get_tag_type: assertion 'tag_name' failed
in a very specific situation, when opening, saving, or editing R files containing the keyword 'source' followed by an opening bracket "(" .
There are as many errors as the number of "source(" statements.
It is particularly annoying when opening geany in a terminal and R afterwards in the same terminal, since the interactive session is flooded by these strange errors.
packqge: geany_1.
OK, indeed. This is a bug in the R symbol parser that should now be fixed with commit http:// git.geany. org/geany/ commit/ ?id=10893c4ada3 be907a97dd4e472 de029442e687bc
BTW, it only happens if `source()` has an argument, without it doesn't trigger.
Thanks for the report.