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

Improved input validation #1407

Merged
merged 26 commits into from
Oct 18, 2022
Merged

Improved input validation #1407

merged 26 commits into from
Oct 18, 2022

Commits on Oct 18, 2022

  1. Add rlang check_ helpers

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ad19eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fe3e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf48ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    610999c View commit details
    Browse the repository at this point in the history
  5. Tweak fill input validation

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7b8258d View commit details
    Browse the repository at this point in the history
  6. Add missing snapshot

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b4e9713 View commit details
    Browse the repository at this point in the history
  7. Improve hoist input validation

    * Add new `check_unique_names()`
    * Refactor and update `check_list_of_ptypes()` and `check_list_of_functions()`
    * Add matching `check_list_of_bool()`
    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c681020 View commit details
    Browse the repository at this point in the history
  8. Fix bug in check_data_frame()

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8e2109a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03fa1fd View commit details
    Browse the repository at this point in the history
  10. Use check helpers in check_pivot_spec

    And fix arg name
    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6f19821 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42e176c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cffa70d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed74466 View commit details
    Browse the repository at this point in the history
  14. Add input validation to full_seq()

    And update error
    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e22ac9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    58e0bf9 View commit details
    Browse the repository at this point in the history
  16. Combine full_seq() tests

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    937ff71 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b26fd2a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    665a593 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f214d61 View commit details
    Browse the repository at this point in the history
  20. Add cli

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d489200 View commit details
    Browse the repository at this point in the history
  21. Polish chop errors

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b5646ca View commit details
    Browse the repository at this point in the history
  22. Polish complete errors

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8239b37 View commit details
    Browse the repository at this point in the history
  23. Minor polishing

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2952738 View commit details
    Browse the repository at this point in the history
  24. Remove last use of stop()

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    680549b View commit details
    Browse the repository at this point in the history
  25. Add missing default

    hadley committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8a5524e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1e64914 View commit details
    Browse the repository at this point in the history