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

checker upgrades #12

Open
5 tasks
pearsonca opened this issue Dec 14, 2022 · 0 comments
Open
5 tasks

checker upgrades #12

pearsonca opened this issue Dec 14, 2022 · 0 comments
Labels
extension nice to haves refactor warmup good for newcomers, palate cleanser

Comments

@pearsonca
Copy link
Owner

pearsonca commented Dec 14, 2022

Want more info in error messages:

  • in error message: show calling scope / checked function name (i.e. indicate helloworld in example errors)
  • in error message: show value / variable suppled to checked function (i.e. 1, c("Alice","Bob"), and "")
  • consolidate checker / checker_against backend - should be able to seek to location in sys.call for the gsub, then take some chunk after that as the other variables
  • robustify get_pipe... to account for users not defining their functions with check_... names
  • provide a check_(x, ...) function that will use other checkers
@pearsonca pearsonca added warmup good for newcomers, palate cleanser extension nice to haves labels Dec 14, 2022
@pearsonca pearsonca changed the title include caller info in checker checker upgrades Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension nice to haves refactor warmup good for newcomers, palate cleanser
Projects
None yet
Development

No branches or pull requests

1 participant