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

Prevent obvious duplicate inherits #61

Merged
merged 3 commits into from
Oct 28, 2022

Commits on Oct 27, 2022

  1. Prevent obvious duplicate inherits

    Previously we allow the user to do something like:
    resource baz inherits foo, foo, bar
    
    This is either a needless duplicate or a possible typo.
    The compiler will now produce an error if a duplicate inherit
    like this is present.
    matt-sheets committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    240ae65 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Review comments

    matt-sheets committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a2388ea View commit details
    Browse the repository at this point in the history
  2. Changed to_vec to a clone

    matt-sheets committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9ff4152 View commit details
    Browse the repository at this point in the history