You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
deprecated warnings are disabled by default in build.sh. Dev containers have them enabled.
in rapids-compose also, it's disabled by default in bash-utils.sh
PR #14771 fixes deprecated warnings introduced when #14202 merged. These warnings didn't showup during development (used rapids-compose)
Expected behavior
deprecated warnings should be enabled by default.
deprecated APIs usage are typically removed from unit tests, benchmarks and wrapper APIs as well.
Environment overview (please complete the following information)
Describe the bug
deprecated warnings are disabled by default in build.sh. Dev containers have them enabled.
in rapids-compose also, it's disabled by default in bash-utils.sh
PR #14771 fixes deprecated warnings introduced when #14202 merged. These warnings didn't showup during development (used rapids-compose)
Expected behavior
deprecated warnings should be enabled by default.
deprecated APIs usage are typically removed from unit tests, benchmarks and wrapper APIs as well.
Environment overview (please complete the following information)
Additional context
#14771 (comment)
The text was updated successfully, but these errors were encountered: