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
Most or all errors thrown in this package are made via rlang::abort(). We are transitioning to cli::cli_abort() to make use of the richer styling options for errors via cli (which calls rlang under the hood).
Ref: tidymodels/rsample#457
Most or all errors thrown in this package are made via
rlang::abort()
. We are transitioning tocli::cli_abort()
to make use of the richer styling options for errors via cli (which calls rlang under the hood).These are the following "counts":
I have a feeling we won't be able to convert all
message()
uses as they are more integral to how the logging works. Which is fine.This issue is deliberitely not a tidy-dev-day issue because of the way we use exit handlers to catch and rethrow most errors.
The text was updated successfully, but these errors were encountered: