-
-
Notifications
You must be signed in to change notification settings - Fork 151
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 a "shared cache" subdirectory of .nox
and add API for accessing it
#72
Comments
I'm all for this idea, but we'd need someone to sketch out what the API should look like. |
Would |
That makes sense to me. |
There's nothing blocking this issue, and it's a great candidate for a contribution. We'd just need to sketch out the API together. |
Noting here that pip's use case would benefit from this, since we maintain a common wheels "cache" for our test suite (downloaded setuptools and wheel For now, I'm just dumping them in a local directory that's git-ignored. |
We have some of this in #320, this just makes it higher-level by having a directory that is shared across sessions and persists between Nox runs. |
@theacodes @dhermes How is this issue going? If there's something else to do, I can do it. Just tell me. |
So, can I work on this issue? |
Go for it!
…On Thu, Sep 9, 2021 at 5:40 PM Diego Ramirez ***@***.***> wrote:
So, can I work on this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5I4YXRDKW2TYA7KLFTU3UBESTFANCNFSM4EAFMCSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Ok. I'll open a PR the next week (I don't feel so good this week 😞). |
Absolutely no pressure, and I hope you feel better soon.
…On Thu, Sep 9, 2021 at 5:50 PM Diego Ramirez ***@***.***> wrote:
Ok. I'll open a PR the next week (I don't feel so good this week 😞).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5I434UXOPO6XRRKSIXHLUBET35ANCNFSM4EAFMCSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@theacodes And I have discussed this before but I keep forgetting to file an issue.
A few applications:
.so
/.pyd
modules in an editable install can be updated when the source changesThe text was updated successfully, but these errors were encountered: