mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 18:59:08 -06:00
These were two representations of, essentially, the same information. They were separate because they provided different APIs to similar information, but the APIs became more similar once we started using native types (as opposed to Noms types) for the various Make*TypeRef() functions. Unifying these is a big step to unifying parse.Package and types.Package, which is pretty necessary for dealing with imported packages. Fixes issue #338