Update slices dependency to use Compare #385
Annotations
7 errors
build-mac
type func(i *Tx, j *Tx) bool of func(i, j *Tx) bool {…} does not match inferred type func(a *Tx, b *Tx) int for func(a E, b E) int
|
build-mac
EVMInput does not satisfy "github.com/ava-labs/avalanchego/utils".Sortable[EVMInput] (missing method Compare)
|
build-mac
EVMOutput does not satisfy "github.com/ava-labs/avalanchego/utils".Sortable[EVMOutput] (missing method Compare)
|
build-mac
type func(i EVMOutput, j EVMOutput) bool of func(i, j EVMOutput) bool {…} does not match inferred type func(a EVMOutput, b EVMOutput) int for func(a E, b E) int
|
build-mac
EVMOutput does not satisfy "github.com/ava-labs/avalanchego/utils".Sortable[EVMOutput] (missing method Compare)
|
build-mac
type func(i *Tx, j *Tx) bool of func(i, j *Tx) bool {…} does not match inferred type func(a *Tx, b *Tx) int for func(a E, b E) int
|
build-mac
Process completed with exit code 1.
|