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

fix(derive): Report deprecations/errors in more cases #4181

Merged
merged 2 commits into from Sep 3, 2022

Commits on Sep 3, 2022

  1. fix(derive): Guard against invalid attributes

    We had some guards but this generalizes them and puts them on every
    attribute.
    epage committed Sep 3, 2022
    Copy the full SHA
    f9ad2c5 View commit details
    Browse the repository at this point in the history
  2. fix(derive): Deprecate using name for Args

    The builder function was deprecated in v3 and removed in v4 but the
    derive masked that, so we're still adapting things but now with a path
    towards removal.
    epage committed Sep 3, 2022
    Copy the full SHA
    a7ed5d0 View commit details
    Browse the repository at this point in the history