-
Notifications
You must be signed in to change notification settings - Fork 129
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
Spread out cache values into different storr namespaces #129
Comments
wlandau-lilly
added
difficulty: advanced
undecided: may or may not fix
and removed
undecided: may or may not fix
labels
Nov 1, 2017
This was referenced Nov 2, 2017
Current namespaces:
Planned namespaces:
Migration of namespaces via
|
wlandau-lilly
changed the title
Spread out cache values into different
Spread out cache values into different storr namespaces
Nov 3, 2017
storr
namespaces
This seems straightforward and testable. |
I decided to fix and merge #129. It is the right decision in the long term. Plus, The namespaces are a bit different than in earlier comments. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #126 from here. Work will be kept on the issue129 branch branch until enough progress has been made.
dependency_profile()
function to help both users and developers figure out why a given target is listed as up to date or outdated.dependency_profile()
function (quickstart and caution vignettes, plus the list of useful functions).make()
and explain if the cache has the old format. Help the user migrate to the new cache format.force
argument tomake()
to force amake()
even if it is not recommended, as with a cache in the wrong file format. An un-migrated project should build fine, but it will build from scratch.migrate()
to transfer a project from the old cache format to the new one.migrate()
).basic
example with drake 4.1.0 and maintained in the repo as a zip file.load_basic_example()
and changereg2()
)get_cache()
,make()
,outdated()
, andclean()
on each.The text was updated successfully, but these errors were encountered: