You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now tar_read_version() requires a store argument if the targets store is not the default. Should targets attempt to find the targets store in the project by heuristics? (Should contain meta/meta, meta being of the right form.)
This is not unlike looking up the commit from the tag or other mutable ref. It could return the path that it found as a message, so that in the future a definitive store could be used (per #7)
The text was updated successfully, but these errors were encountered:
Right now
tar_read_version()
requires astore
argument if the targets store is not the default. Should targets attempt to find the targets store in the project by heuristics? (Should containmeta/meta
,meta
being of the right form.)This is not unlike looking up the commit from the tag or other mutable ref. It could return the path that it found as a message, so that in the future a definitive store could be used (per #7)
The text was updated successfully, but these errors were encountered: