Tighten up the semantics of `Ref`
Author: ghostCreated May 21, 2016Updated Aug 5, 2022
We're very close now to a Ref having a precise meaning: A Referenced to a chunk valued in a particular database.
This is related to https://github.com/attic-labs/noms/issues/1573, but also somewhat orthogonal. The remaining bits of this are
- Embed the
ValueStorewhich has the referenced value in theRef - Make
TargetValueuse the embedded ValueStore to retrieve the Value (and not take a ValueReader as an argument) - Remove the public constructors of
Ref
Source: attic-labs/noms