mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 20:00:22 -05:00
72f4cd3a7a
The TypeRef function for a Noms Struct should be the (Name, PkgRef) and not the description of the struct fields. This is important because when serializing we need to write the package ref. Towards #281 #304