Scalable operator set implementations #207
Annotations
10 errors and 1 warning
Tests:
ops/acos/acos_7.go#L16
cannot use &Acos7{} (value of type *Acos7) as type ops.Operator in return statement:
|
Tests:
ops/acos/acos_7.go#L37
cannot use c (variable of type *Acos7) as type ops.BaseOperator in argument to ops.ErrInvalidInputType
|
Tests:
ops/acos/acos_7.go#L49
cannot use c (variable of type *Acos7) as type ops.BaseOperator in argument to ops.ValidateInputs
|
Tests:
ops/acosh/acosh_9.go#L16
cannot use &Acosh9{} (value of type *Acosh9) as type ops.Operator in return statement:
|
Tests:
ops/acosh/acosh_9.go#L37
cannot use c (variable of type *Acosh9) as type ops.BaseOperator in argument to ops.ErrInvalidInputType
|
Tests:
ops/acosh/acosh_9.go#L49
cannot use c (variable of type *Acosh9) as type ops.BaseOperator in argument to ops.ValidateInputs
|
Tests:
ops/and/and_7.go#L19
cannot use &And7{} (value of type *And7) as type ops.Operator in return statement:
|
Tests:
ops/and/and_7.go#L39
cannot use a (variable of type *And7) as type ops.BaseOperator in argument to ops.ValidateInputs
|
Tests:
ops/add/add_13.go#L19
cannot use &Add13{} (value of type *Add13) as type ops.Operator in return statement:
|
Tests:
ops/add/add_13.go#L39
cannot use a (variable of type *Add13) as type ops.BaseOperator in argument to ops.ValidateInputs
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading