minmax dist heap #662
Annotations
21 errors and 2 warnings
go-test (macos-latest):
pkg/hnsw/pq.go#L26
Item redeclared in this block
|
go-test (macos-latest):
pkg/hnsw/heap.go#L7
other declaration of Item
|
go-test (macos-latest):
pkg/hnsw/pq.go#L81
pq[i].index undefined (type *Item has no field or method index)
|
go-test (macos-latest):
pkg/hnsw/pq.go#L82
pq[j].index undefined (type *Item has no field or method index)
|
go-test (macos-latest):
pkg/hnsw/pq.go#L88
item.index undefined (type *Item has no field or method index)
|
go-test (macos-latest):
pkg/hnsw/pq.go#L163
FromItems redeclared in this block
|
go-test (macos-latest):
pkg/hnsw/heap.go#L28
other declaration of FromItems
|
go-test (macos-latest):
pkg/hnsw/pq_test.go#L74
furthestBuildings redeclared in this block
|
go-test (macos-latest):
pkg/hnsw/heap_test.go#L143
other declaration of furthestBuildings
|
go-test (macos-latest):
pkg/hnsw/hnsw.go#L298
cannot use FromItems(items, MinComparator{}) (value of type *DistHeap) as *BaseQueue value in return statement
|
go-test (ubuntu-latest)
The job was canceled because "macos-latest" failed.
|
go-test (ubuntu-latest):
pkg/hnsw/pq.go#L26
Item redeclared in this block
|
go-test (ubuntu-latest):
pkg/hnsw/heap.go#L7
other declaration of Item
|
go-test (ubuntu-latest):
pkg/hnsw/pq.go#L81
pq[i].index undefined (type *Item has no field or method index)
|
go-test (ubuntu-latest):
pkg/hnsw/pq.go#L82
pq[j].index undefined (type *Item has no field or method index)
|
go-test (ubuntu-latest):
pkg/hnsw/pq.go#L88
item.index undefined (type *Item has no field or method index)
|
go-test (ubuntu-latest):
pkg/hnsw/pq.go#L163
FromItems redeclared in this block
|
go-test (ubuntu-latest):
pkg/hnsw/heap.go#L28
other declaration of FromItems
|
go-test (ubuntu-latest):
pkg/hnsw/pq_test.go#L74
furthestBuildings redeclared in this block
|
go-test (ubuntu-latest):
pkg/hnsw/heap_test.go#L143
other declaration of furthestBuildings
|
go-test (ubuntu-latest):
pkg/hnsw/hnsw.go#L298
cannot use FromItems(items, MinComparator{}) (value of type *DistHeap) as *BaseQueue value in return statement
|
node-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|