-
Notifications
You must be signed in to change notification settings - Fork 4
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
static_filename - directories, lifetime #58
Comments
|
It currently mostly works. But is this something I can rely on? Should I write a test for
I'm not looking for analysis of the current behavior, but for an interface specification. Something I can rely on when building on top of Arca; something we both agree shouldn't break in newer versions. Right now I'm not sure what the lifetime is intended to be. Until the next call to Arca? |
Yes, I think you should be able to rely on that. Arca's not messing around with the structure of the repository, so yes,
When |
Two questions about
static_filename
that aren't clear from the docs:The text was updated successfully, but these errors were encountered: