feat(core/types): Block
RLP + Body hooks
#387
go.yml
on: pull_request
go_test_short
1m 37s
go_generate
1m 58s
Annotations
12 errors and 2 warnings
go_test_short:
libevm/pseudo/accessor.go#L43
T does not satisfy copier[T] (missing method copy)
|
go_test_short:
libevm/pseudo/accessor.go#L48
type T of val does not match copier[T] (cannot infer T)
|
go_test_short:
libevm/pseudo/constructor.go#L34
T does not satisfy copier[T] (missing method copy)
|
go_test_short:
libevm/pseudo/constructor.go#L35
*T does not satisfy copier[*T] (type *T is pointer to type parameter, not type parameter)
|
go_test_short:
libevm/pseudo/constructor.go#L39
type *T of &x does not match copier[T] (cannot infer T)
|
go_test_short:
libevm/pseudo/reflect.go#L42
cannot use d.val (variable of type copier[T]) as T value in argument to v.Equal
|
go_test_short:
libevm/pseudo/reflect.go#L54
cannot use reflect.New(el).Interface().(T) (comma, ok expression of type T constrained by any) as copier[T] value in assignment
|
go_test_short:
libevm/pseudo/type.go#L90
type *copier[T] of &c.val does not match copier[T] (cannot infer T)
|
go_test_short:
libevm/pseudo/accessor.go#L43
T does not satisfy copier[T] (missing method copy)
|
go_test_short:
libevm/pseudo/accessor.go#L48
type T of val does not match copier[T] (cannot infer T)
|
go_generate:
core/types/rlp_payload.libevm.go#L143
type SA of v.Get() does not match pseudo.copier[T] (cannot infer T)
|
go_generate
Process completed with exit code 123.
|
go_test_short
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
go_generate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|