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

Add shared Resolver.instance classmethod #95

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

MHendricks
Copy link
Member

This makes it possible for individual code paths to reference the same Resolver instance, preventing each of them from having to re-process the hab configuration.

Checklist

  • I have read the CONTRIBUTING.md document
  • I formatted my changes with black
  • I linted my changes with flake8
  • I have added documentation regarding my changes where necessary
  • Any pre-existing tests continue to pass
  • Additional tests were made covering my changes

Types of Changes

  • Bugfix (change that fixes an issue)
  • New Feature (change that adds functionality)
  • Documentation Update (if none of the other choices apply)

Proposed Changes

This makes it possible for individual code paths to reference the same
Resolver instance, preventing each of them from having to re-process the hab configuration.
@MHendricks MHendricks merged commit feb2822 into main Mar 13, 2024
31 checks passed
@MHendricks MHendricks deleted the mikeh/resolver_instance branch March 13, 2024 19:53
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