GNOME Bugzilla – Bug 644534
Tree shows empty package row
Last modified: 2020-11-06 20:22:00 UTC
If the configure.ac script contains something like this: PKG_CHECK_MODULES(TRAINTOOL, [gtkmm-3.0 ]) the project train displays an empty package above gtkmm-3.0. The []-quoting is in general recommended for scripts. If you add a package it will be added outside of the quoting which works but doesn't really look nice.
/s/train/tree obviously.
Yes, the current code doesn't handle quoting correctly. It can read and discard them but it should really check if quoting is needing or not and try to follow the style of the already existing text which is not the case currently. I think it will not have enough time to do it for the next 3.0 release.
bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing all old bug reports in Bugzilla which have not seen updates for many years. If you can still reproduce this issue in a currently supported version of GNOME (currently that would be 3.38), then please feel free to report it at https://gitlab.gnome.org/GNOME/anjuta/-/issues/ Thank you for reporting this issue and we are sorry it could not be fixed.