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

enhances error for missing label and message arguments in need() #3070

Closed
wants to merge 1 commit into from
Closed

enhances error for missing label and message arguments in need() #3070

wants to merge 1 commit into from

Conversation

sundrelingam
Copy link

@sundrelingam sundrelingam commented Sep 20, 2020

Close #2509.

Fast fail on missing arguments is also now more readable and has a more informative error message.

> need(1+1)
[1] "label is missing in `need()`"

@CLAassistant
Copy link

CLAassistant commented Sep 20, 2020

CLA assistant check
All committers have signed the CLA.

@sundrelingam sundrelingam changed the title enhances error for missing label and message in need enhances error for missing label and message arguments in need() Sep 20, 2020
@schloerke schloerke added this to the 1.7 milestone Feb 11, 2021
@schloerke schloerke deleted the branch rstudio:master November 1, 2021 15:55
@schloerke schloerke closed this Nov 1, 2021
@schloerke schloerke modified the milestones: 1.7, 1.8 Nov 1, 2021
@schloerke
Copy link
Collaborator

@sundrelingam I can not manually point the merge branch. Do you mind resubmitting the PR? Sorry for the hassle

@sundrelingam
Copy link
Author

@schloerke

Submitted PR #3536 in place of this one. Hope that works

@schloerke
Copy link
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add helpful error message to shiny::need()
3 participants