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

Treat deprecation warnings as errors and fix deprecation warnings in replay benchmark #1728

Merged

Conversation

harrism
Copy link
Member

@harrism harrism commented Nov 13, 2024

Description

Fixes #1727
Contributes to rapidsai/build-planning#26

  • Removes -Wno-error=deprecated-declarations
  • Replaces deprecated usage of rmm::logger() in reply benchmark with supported RMM_LOG_INFO macros.

Note the latter duplicates a change in #1724 which allows the two PRs to be merged independently.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@harrism harrism requested review from a team as code owners November 13, 2024 20:40
@harrism harrism requested review from rongou and vyasr November 13, 2024 20:40
@github-actions github-actions bot added CMake cpp Pertains to C++ code labels Nov 13, 2024
@harrism harrism added bug Something isn't working non-breaking Non-breaking change and removed CMake cpp Pertains to C++ code labels Nov 13, 2024
@github-actions github-actions bot added CMake cpp Pertains to C++ code labels Nov 13, 2024
@harrism
Copy link
Member Author

harrism commented Nov 13, 2024

/merge

@vyasr
Copy link
Contributor

vyasr commented Nov 13, 2024

You may have to push an empty commit to get CI to run properly on this again. There were errors in upstream GHA workflows/actions that disrupted these runs, and a simple rerun via the GUI will pull cached versions of those so it won't fix the problem.

@rapids-bot rapids-bot bot merged commit 220003e into rapidsai:branch-24.12 Nov 14, 2024
58 checks passed
@harrism harrism deleted the fix-deprecation-warnings-as-errors branch November 19, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CMake cpp Pertains to C++ code non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Deprecations warnings should be errors
4 participants