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

mass replace of rlang::abort with cli::cli_abort #1152

Closed
wants to merge 1 commit into from

Conversation

RodDalBen
Copy link

mass replace of rlang::abort with cli::cli_abort, no user input or special glue::glue brackets were used, so a mass replace was made #1142

Copy link
Contributor

@simonpcouch simonpcouch left a comment

Choose a reason for hiding this comment

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

While transitioning directly from rlang::abort() to cli::cli_abort() with a Find and Replace doesn't introduce new issues, we tend to also revisit the message formatting using inline markup when we do so. Would you be interested in revising this PR to remove calls to glue::glue() and format these messages with inline markup?

@simonpcouch
Copy link
Contributor

I'm going to go ahead and close. Thank you for the PR! If you'd like to pick this back up, please feel free to holler here and we'll reopen.

Copy link

github-actions bot commented Sep 7, 2024

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2024
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.

2 participants