PKGCONF_PKG_PKGF_SIMPLIFY_ERRORS is not always considered #134
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Currently the PKGCONF_PKG_PKGF_SIMPLIFY_ERRORS flag is considered only in a single place of pkgconf_pkg_report_graph_error() function, so just the main error message is reported to the client-supplied error handler.
Shouldn't this flag be considered in other places as well, specifically in the rest of pkgconf_pkg_report_graph_error() and in pkgconf_pkg_walk_conflicts_list() ?
The rationale for this is that the additional error messages usually contain some hints that mention pkg-config-specific environment variables that can be irrelevant for an executable that links libpkgconf library, and being printed confuse its users.