-
Notifications
You must be signed in to change notification settings - Fork 603
Polish SQUID_AUTO_LIB and SQUID_OPTIONAL_LIB macros #2320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
0ff4842 to
5fc7fc7
Compare
|
This PR has passed the 10+ days without veto criteria for merge. Current state is +1 vote for merge, no objections. @rousskov abusing the github interface "requested review" flags to indefinitely stall progress. |
I am correctly using GitHub review requests to flag PRs that I should review. My reviews often discover bugs, as was the case with this PR. Accusing me of indefinitely stalling progress is both factually wrong and utterly unfair. I continue to beg you to stop posting new pull requests and start cooperating towards merging my PRs (that you are stalling) along with the backlog that have been created by stalling some of those PRs. |
Generate the third parameter value from the first. Remove from all callers.
Co-authored-by: Alex Rousskov <rousskov@measurement-factory.com>
99d7a73 to
29b9ee2
Compare
As requested. ... not sure what is causing this. I suspect the help text was already borderline for line-wrapping and the change in length from using absolute-string to an M4 variable ( ... intentional bug fix from use of ... intentional bug fix from no longer passing in wrong variable name at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -31643,7 +31680,12 @@ fi - if test "x$withval" = "x" + + + + + + if test "x$with_openssl" = "x" then : with_openssl=no fi... intentional bug fix from use of
RESULTvariable atacinclude/squid-util.m4line 277. Bug was thatwithvalis the variable which may still contain garbage or path.
Please fix PR description to disclose this bug fix and, more importantly, its effects on admins.
Same for the LIB_KRB5_CFLAGS fix.
If both macros were buggy, then PR title should start with "Fix" rather than "Polish". If only one macro was buggy, then I recommend focusing on that macro in "Fix SQUID_... macro" PR title and mentioning the other one in PR description.
Generate the third parameter value from the first.
Remove from all callers.