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: Implement generic traits #4000

Merged
merged 15 commits into from
Jan 16, 2024
Merged

feat: Implement generic traits #4000

merged 15 commits into from
Jan 16, 2024

Commits on Jan 10, 2024

  1. Implement trait generics

    jfecher committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d6ac337 View commit details
    Browse the repository at this point in the history
  2. Add docs

    jfecher committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    411d895 View commit details
    Browse the repository at this point in the history
  3. Remove println

    jfecher committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f0db9c4 View commit details
    Browse the repository at this point in the history
  4. Implement commented code

    jfecher committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5a29434 View commit details
    Browse the repository at this point in the history
  5. Fix trait_impl_generics test

    jfecher committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    463b000 View commit details
    Browse the repository at this point in the history
  6. Format

    jfecher committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    786ec21 View commit details
    Browse the repository at this point in the history
  7. Clippy

    jfecher committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    99ba809 View commit details
    Browse the repository at this point in the history
  8. Update error message wording

    jfecher committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    75179da View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    3853446 View commit details
    Browse the repository at this point in the history
  2. Identify spots to fix later

    jfecher committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    be00284 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Fix trait_generics issue

    jfecher committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8d2f8a6 View commit details
    Browse the repository at this point in the history
  2. Uncomment test

    jfecher committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ac862d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffca330 View commit details
    Browse the repository at this point in the history
  4. Appease clippy

    jfecher committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    996b681 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86b8be5 View commit details
    Browse the repository at this point in the history