Added Pow operator #245
Annotations
15 errors and 4 warnings
build_arm64:
ops/binary_op.go#L4
package slices is not in GOROOT (/opt/hostedtoolcache/go/1.19.13/x64/src/slices)
|
build_arm64
Process completed with exit code 2.
|
build_amd64:
ops/binary_op.go#L4
package slices is not in GOROOT (/opt/hostedtoolcache/go/1.19.13/x64/src/slices)
|
build_amd64
Process completed with exit code 2.
|
tests
Process completed with exit code 2.
|
lint:
ops/acos/acos.go#L58
cannot convert math.Acos(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/acosh/acosh.go#L52
cannot convert math.Acosh(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/asin/asin.go#L60
cannot convert math.Asin(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/asinh/asinh.go#L60
cannot convert math.Asinh(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/atan/atan.go#L60
cannot convert math.Atan(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/atanh/atanh.go#L60
cannot convert math.Atanh(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/cos/cos.go#L60
cannot convert math.Cos(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/cosh/cosh.go#L60
cannot convert math.Cosh(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/sin/sin.go#L60
cannot convert math.Sin(float64(x)) (value of type float64) to type T (typecheck)
|
lint:
ops/sinh/sinh.go#L60
cannot convert math.Sinh(float64(x)) (value of type float64) to type T (typecheck)
|
build_arm64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_amd64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|