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

Minor code readability improvements discovered on code review. #1003

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sgpinkus
Copy link

@sgpinkus sgpinkus commented Jan 8, 2025

Description:
Minor code readability improvements discovered on code review.

  • Rename (Pipenv|Poetry)Cache "patterns" field to "cacheDependencyPath" to be consistent with PipCache, base class, and cache-factory.ts
  • Rm CacheDistributor.cacheDependencyPath field and pass back from computeKeys instead, simplifying CacheDistributor.restoreCache error check. Rm now not needed constant.ts.

Related issue:

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

…eld to "cacheDependencyPath" to be consistent with base class and cache-factory.
…readonly abstract fields of concrete cache implementations. Remove empty CacheDistributor constructor.
@sgpinkus sgpinkus requested a review from a team as a code owner January 8, 2025 06:14
…ss back from computeKeys instead, simplifying CacheDistributor.restoreCache error check. Rm now uneeded constant.ts file.
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