feat(gnovm)!: store refactor #7106
gnoland.yml
on: pull_request
Run Main
/
...
/
lint
44s
Run Main
/
...
/
generated
13s
Run Main
/
...
/
test
36s
Annotations
20 errors and 3 warnings
Run Main / Go Test / test
cannot use (*objectStoreCache)(nil) (value of type *objectStoreCache) as ObjectStore value in variable declaration: *objectStoreCache does not implement ObjectStore (missing method DelObject)
|
Run Main / Go Test / test
missing return
|
Run Main / Go Test / test
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Test / test
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Test / test
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Test / test
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to mv.GetPointerForKey: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Test / test
cannot use ds (variable of type *defaultStore) as ObjectTypeStore value in argument to fillTypesOfValue: *defaultStore does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Test / test
cannot use ds (variable of type *defaultStore) as TypeStore value in argument to fillType: *defaultStore does not implement TypeStore (missing method HasType)
|
Run Main / Go Test / test
cannot use store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Test / test
cannot use store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Linter / lint:
gno.land/pkg/gnoclient/integration_test.go#L6
could not import github.com/gnolang/gno/gnovm/pkg/gnolang (-: # github.com/gnolang/gno/gnovm/pkg/gnolang
|
Run Main / Go Linter / lint
cannot use (*objectStoreCache)(nil) (value of type *objectStoreCache) as ObjectStore value in variable declaration: *objectStoreCache does not implement ObjectStore (missing method DelObject)
|
Run Main / Go Linter / lint
missing return
|
Run Main / Go Linter / lint
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Linter / lint
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Linter / lint
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Linter / lint
cannot use m.Store (variable of type Store) as ObjectTypeStore value in argument to mv.GetPointerForKey: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Linter / lint
cannot use ds (variable of type *defaultStore) as ObjectTypeStore value in argument to fillTypesOfValue: *defaultStore does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Linter / lint
cannot use ds (variable of type *defaultStore) as TypeStore value in argument to fillType: *defaultStore does not implement TypeStore (missing method HasType)
|
Run Main / Go Linter / lint
cannot use store (variable of type Store) as ObjectTypeStore value in argument to fillValueTV: Store does not implement ObjectTypeStore (missing method HasType)
|
Run Main / Go Build / generated
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
|
Run Main / Go Test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
|
Run Main / Go Linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
|