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

feat(types): impl PartialEq and Hash for Ident instead of ModulePath #108

Merged
merged 4 commits into from
Jun 14, 2024

Commits on Jun 8, 2024

  1. feat(types): impl PartialEq and Hash for Ident instead of `Modu…

    …lePath`
    
    This follows the original implementation. 2 `Ident`s should be equal if their values are equal,
    even if their `Span`s are different. This also includes manually implementing `Hash` to allow
    for this.
    bing committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a0cca5f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. remove TODO

    bing committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cfb3808 View commit details
    Browse the repository at this point in the history
  2. feat: use educe to implement Hash for Ident

    bing committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c72d5c3 View commit details
    Browse the repository at this point in the history
  3. use educe for PartialEq

    bing committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dfc03ad View commit details
    Browse the repository at this point in the history