[Account Storage Maps] Refactor storage into V1 and V2 #10424
Annotations
10 errors and 1 warning
Lint:
runtime/storage.go#L425
syntax error: non-declaration statement outside function body (typecheck)
|
Lint:
runtime/storage.go#L425
expected declaration, found '}' (typecheck)
|
Lint:
runtime/storage.go#L524
expected declaration, found 'if' (typecheck)
|
Lint:
runtime/storage.go#L577
expected declaration, found 'for' (typecheck)
|
Lint:
cmd/execute/repl.go#L38
could not import github.com/onflow/cadence/runtime (-: # github.com/onflow/cadence/runtime
|
Lint:
runtime/storage.go#L425
syntax error: non-declaration statement outside function body) (typecheck)
|
Lint:
test_utils/runtime_utils/location.go#L30
could not import github.com/onflow/cadence/runtime (-: # github.com/onflow/cadence/runtime
|
Lint:
runtime/storage.go#L425
syntax error: non-declaration statement outside function body) (typecheck)
|
Lint:
encoding/ccf/simpletype_test.go#L28
could not import github.com/onflow/cadence/runtime (-: # github.com/onflow/cadence/runtime
|
Lint:
runtime/storage.go#L425
syntax error: non-declaration statement outside function body) (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading