-
Notifications
You must be signed in to change notification settings - Fork 128
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
Create cache directory path if it does not exist #174
Conversation
ddc9465
to
a1c16aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing 🚀! Everything looks correct, I only have some suggestions regarding code structure and naming. That said, this is of cource open for discussion :)
a1c16aa
to
3a814ad
Compare
@dbrgn Any chance you can take a quick look at #174 (comment) so this can move forward? :^) |
3a814ad
to
e96edc8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only two nitpicks left from me 👍
e96edc8
to
d7d3215
Compare
d7d3215
to
eab70a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great now, thank you @SimplyDanny (and @niklasmohrin for the reviews)!
This PR tries to resolve #167. If
TEALDEER_CACHE_DIR
is set but does not exist, the complete path is just created as suggested in the issue. The user will be informed about the creation.