WIP: graph_test.go compiles! #7
Annotations
10 errors and 2 warnings
test:
encode.go#L137
layer.Nodes undefined (type *layer[T] has no field or method Nodes, but does have nodes)
|
test:
encode.go#L141
layer.Nodes undefined (type *layer[T] has no field or method Nodes, but does have nodes)
|
test:
encode.go#L231
unknown field vec in struct literal of type layerNode[T]
|
test:
encode.go#L232
cannot use make(map[string]*layerNode[T]) (value of type map[string]*layerNode[T]) as map[T]*layerNode[T] value in struct literal
|
test:
encode.go#L235
point.ID undefined (type T has no field or method ID)
|
test:
encode.go#L237
cannot use neighbor (variable of type string) as T value in map index
|
test:
encode.go#L243
cannot use id (variable of type T constrained by cmp.Ordered) as string value in map index
|
test:
encode.go#L256
undefined: Embeddable
|
test:
encode.go#L257
T does not satisfy cmp.Ordered
|
test:
encode.go#L268
undefined: Embeddable
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|