-
Notifications
You must be signed in to change notification settings - Fork 555
latest stable v2.1.3 doesn't build #5693
Copy link
Copy link
Closed
Description
go 1.25
github.com/cockroachdb/pebble/v2 v2.1.3
# github.com/cockroachdb/pebble/v2/internal/problemspans
../pkg/mod/github.com/cockroachdb/pebble/[email protected]/internal/problemspans/set.go:109:7: s.rt.EnumerateAll undefined (type regiontree.T[axisds.Endpoint[[]byte], expirationTime] has no field or method EnumerateAll)
../pkg/mod/github.com/cockroachdb/pebble/[email protected]/internal/problemspans/set.go:120:7: s.rt.EnumerateAll undefined (type regiontree.T[axisds.Endpoint[[]byte], expirationTime] has no field or method EnumerateAll)
../pkg/mod/github.com/cockroachdb/pebble/[email protected]/internal/problemspans/set.go:121:81: too many arguments in call to keyEndpointIntervalFormatter
have (axisds.Endpoint[[]byte], axisds.Endpoint[[]byte])
want (axisds.Interval[axisds.Endpoint[[]byte]])
Compilation finished with exit code 1
looks like we need new release with 8594f9b
Jira issue: PEBBLE-1322
Reactions are currently unavailable