[mongo-c-driver, poco] Remove unofficial-utf8proc use - #52645
[mongo-c-driver, poco] Remove unofficial-utf8proc use#52645Billy O'Neal (BillyONeal) merged 9 commits into
Conversation
|
@microsoft-github-policy-service agree company="AVSimulation" |
aad5761 to
8069f13
Compare
8069f13 to
0b6d481
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Billy O'Neal (BillyONeal)
left a comment
There was a problem hiding this comment.
Our review bits https://github.com/microsoft/vcpkg/blob/master/.github/skills/shared/review-vcpkg-pr-guide.md plus GPT 5.6 Sol plus your PR generated a bunch of comments for other problems we might want to fix while we are here. Would you consider moyer-avs#1 ?
It's entirely reasonable if you don't want to go there, if so just let me know and I'll make those fixes as a separate change.
The main thing from there that I think we should fix either way is the declared license content for poco.
|
Oh, and thanks for the fix! |
|
Since you 👍 'd my comment above I'm interpreting that as "comment has been read"; please consider moyer-avs#1 and either merge it or explain that you don't want to do that and mark "Ready for review" |
|
I will probably merge, just need to read it. |
[mongo-c-driver, poco] utf8proc nitpicks
|
Hello, |
Billy O'Neal (BillyONeal)
left a comment
There was a problem hiding this comment.
Thanks! I also replied over there.
Head branch was pushed to by a user without write access
|
Sorry I missed that 😅 |
Hello,
Following #47400,
find_package(unofficial-utf8proc)is now deprecated, causing warnings when building poco, mongo-c-driver and any project depending on them.This PR fixes it, it migrates both ports from the deprecated
unofficial-utf8procto the canonical config now provided by utf8proc port (find_package(utf8proc CONFIG REQUIRED)/utf8proc::utf8proc).Tested on Windows 11 with MSVC v143 (x64-windows).
./vcpkg x-add-version --alland committing the result.