Skip to content
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

replay: replace HttpRequest with libcurl for accessing comma API #33851

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deanlee
Copy link
Contributor

@deanlee deanlee commented Oct 22, 2024

This PR eliminates the dependency on self/ui/qt/api by introducing a pure C++ version of the Comm API within tools/replay/api.

Key Changes:

  1. Added a standalone, non-Qt version of CommApi under the CommaApi2 namespace to avoid conflicts with the existing Qt-based API.
  2. Unlike PR ui: refactor CommaApi functions to remove Qt dependencies #33824, no modifications were made to the existing Qt-based API, ensuring that the UI remains unaffected by this change.

Once the UI is fully migrated away from Qt, the CommaApi2 implementation can be moved to common library, enabling it to be shared across different modules.

@github-actions github-actions bot added the tools label Oct 22, 2024
@deanlee deanlee force-pushed the replay_use_libcurl_with_comma_api branch 2 times, most recently from 947aa85 to 2973865 Compare October 24, 2024 22:53
Copy link
Contributor

github-actions bot commented Nov 3, 2024

This PR has had no activity for 9 days. It will be automatically closed in 2 days if there is no activity.

@github-actions github-actions bot added the stale label Nov 3, 2024
@deanlee deanlee force-pushed the replay_use_libcurl_with_comma_api branch from 2973865 to 05c9fc3 Compare November 4, 2024 06:08
@github-actions github-actions bot removed the stale label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant