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

refactor(derive): Clean up in prep for parent attributes #4184

Merged
merged 17 commits into from Sep 6, 2022

Commits on Sep 4, 2022

  1. Copy the full SHA
    9abcae2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f571821 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. refactor(derive): Remove unused Type for values

    They have no type
    epage committed Sep 6, 2022
    Copy the full SHA
    6648cf6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f9e1ba2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b29f3ff View commit details
    Browse the repository at this point in the history
  4. fix(derive): Be less prescriptive

    With how flexible clap's API is, it can be hard to determine what is
    reasonable to use with its API, so let's just stop.
    epage committed Sep 6, 2022
    Copy the full SHA
    ade931b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    71b9209 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    eece51f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1d973bd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9eb72ea View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    8a5a9ba View commit details
    Browse the repository at this point in the history
  10. fix(derive): Improve skip method error

    Really this is about consolidating the skip checks but it also provideda
    chance to improve the error.
    epage committed Sep 6, 2022
    Copy the full SHA
    abcee38 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a71b2eb View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    222003a View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    51dc3c6 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    9c85839 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    ede8fd6 View commit details
    Browse the repository at this point in the history