mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 03:09:12 -06:00
Make sure Chunks includes type.Refs and the TypeRef
Chunks shold return the futures for types.Ref values. For typed values that have a TypeRef which has a package ref, also include that.
This commit is contained in:
@@ -20,7 +20,7 @@ func (r {{.Name}}) Equals(other types.Value) bool {
|
||||
}
|
||||
|
||||
func (r {{.Name}}) Chunks() []types.Future {
|
||||
return nil
|
||||
return r.TypeRef().Chunks()
|
||||
}
|
||||
|
||||
func (r {{.Name}}) NomsValue() types.Value {
|
||||
|
||||
Reference in New Issue
Block a user