[influxdb-cxx] Move headers due to conflict with Proxy.h #41452
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related #41435
An existing issue where
libproxy
andinfluxdb-cxx
both try to takeinclude/Proxy.h
/include/proxy.h
went undetected before microsoft/vcpkg-tool#1483 . The vcpkg maintainers discussed this and believe thatlibproxy
should be the owner ofinclude/[Pp]proxy\.h
. It's both in the name and appears to be a much more widely used component.We are going to skip
influxdb-cxx
in CI testing for now to unblock making our thrice-weekly CI runs green./cc @draveness @autoantwort @offa
We're going to giveinfluxdb-cxx
's maintainers 60 days to respond by hopefully renaming the headers in question. I've also filed a PR that does that to hopefully help: offa/influxdb-cxx#263 . If there is no response in that time we'll move to removeinfluxdb-cxx
from the registry.Upstream made changes: offa/influxdb-cxx#264 / offa/influxdb-cxx#268