Skip to content

Update slices dependency to use Compare #385

Update slices dependency to use Compare

Update slices dependency to use Compare #385

Triggered via push December 4, 2023 21:57
Status Failure
Total duration 2m 40s
Artifacts
Fit to window
Zoom out
Zoom in

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.