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
// TODO(dustmop): Remove the dependence on the ds having an assigned Name. It is only
// needed for updating the refstore. Either pass in the reference needed to update the refstore,
// or move the refstore update out of this function.
Now that we have the collection subsystem to manage references independent of the save path
The text was updated successfully, but these errors were encountered:
b5
added
refactor
A code change that neither fixes a bug nor adds a feature
save path
issues around constructing new dataset commits
labels
Sep 16, 2021
we've run into this most recently in #1911, and have known about this issue for a while. We could clean up TODOs like this one:
qri/base/save.go
Lines 133 to 135 in d451f6f
Now that we have the collection subsystem to manage references independent of the save path
The text was updated successfully, but these errors were encountered: