Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

(PE-36763) Migrate CURLOPT_PROTOCOLS{,_STR} #339

Closed
wants to merge 1 commit into from

Conversation

tlehman
Copy link

@tlehman tlehman commented Jan 16, 2024

This PR removes the deprecated CURLOPT_PROTOCOLS option and replaces it with the new CURLOPT_PROTOCOLS_STR option.

Jira: https://perforce.atlassian.net/browse/PE-36763

Testing

This builds and the unit tests all pass

DO NOT MERGE UNTIL: all consumers of leatherman (pxp-agent, etc.) have been updated to use this option.

@tlehman tlehman requested a review from a team as a code owner January 16, 2024 19:02
@@ -3,7 +3,7 @@
# not set CMAKE_CXX_FLAGS globally because gtest is not warning-clean.
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "\\w*Clang")
if (ENABLE_CXX_WERROR)
set(CMAKE_CXX_FLAGS "-Werror ${CMAKE_CXX_FLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed in the final merge. I disabled this before making any changes just to get the main branch to compile.

@tlehman
Copy link
Author

tlehman commented Feb 9, 2024

Closing in favor of leatherman#340

@tlehman tlehman closed this Feb 9, 2024
@tlehman tlehman deleted the PE36763 branch February 9, 2024 19:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant