When I try to run rf on our code repo, I get lots of errors like this:
../../objectstore/common/fetch_exported_test.go:22:71: cannot use hasher (variable of type *common.Hasher) as *common.Hasher value in argument to inmem.NewObjectStoreBucket
The package paths are identical and the types should be identical but the types.Named.obj fields differ, which I guess means that the types have come from different type checking sessions.
For the record, the actual command I was running was this:
rf 'ex {import "github.com/influxdata/idpe/models"; []models.Point -> models.Points}'
When I try to run
rfon our code repo, I get lots of errors like this:The package paths are identical and the types should be identical but the
types.Named.objfields differ, which I guess means that the types have come from different type checking sessions.For the record, the actual command I was running was this: