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

Misc. cleanups and fixes. #91

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Misc. cleanups and fixes. #91

merged 1 commit into from
Feb 12, 2024

Conversation

alilleybrinker
Copy link
Member

The commit does a few things:

  • Deletes the builder (it's extra complexity for minimal benefit)
  • Deletes the HashRef type in favor of methods directly
    on GitOid.
  • Slightly reorganizes imports to be cleaner / clearer.
  • Manually impls traits on GitOid because the derives
    were silently not working.
  • Makes the ObjectType trait sealed

Plus a few other little cleanup changes.

The commit does a few things:

- Deletes the builder (it's extra complexity for minimal benefit)
- Deletes the HashRef type in favor of methods directly
  on GitOid.
- Slightly reorganizes imports to be cleaner / clearer.
- Manually impls traits on GitOid because the derives
  were silently not working.
- Makes the ObjectType trait sealed

Plus a few other little cleanup changes.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker merged commit cc66d61 into main Feb 12, 2024
2 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/fixups branch February 12, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant