Summary: | Missing errors when using --print-errors --atleast-version | ||
---|---|---|---|
Product: | pkg-config | Reporter: | Daniel Leidert <daniel.leidert.spam> |
Component: | src | Assignee: | Tollef Fog Heen <tfheen> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Windows (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | [PATCH] Unify handling of operator and command line option version checking |
Description
Daniel Leidert
2006-10-15 17:10:09 UTC
Created attachment 60427 [details] [review] [PATCH] Unify handling of operator and command line option version checking The code for --exact/atleast/max-version was taking a different path than the handling of operators like =/>=/<=. Make the long option versions override the operators and take place during the standard package checking stage. This also means the --print-errors is respected. Fixes Freedesktop #8653 --- check/Makefile.am | 2 +- check/check-version | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++ main.c | 48 +++++++++------------- 3 files changed, 128 insertions(+), 29 deletions(-) I went ahead and pushed this in a83a14c. Please reopen if this isn't fixed for you. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.