Skip to content

Use sorted slices to represent HDR histogram #197

Use sorted slices to represent HDR histogram

Use sorted slices to represent HDR histogram #197

Triggered via pull request July 31, 2023 05:41
Status Failure
Total duration 45s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
run-tests: aggregators/merger.go#L419
requiredLen declared and not used
run-tests: aggregators/merger.go#L421
cannot use append(to.Buckets, from.Counts...) (value of type []int32) as []int64 value in assignment
run-tests: aggregators/merger.go#L421
cannot use from.Counts (variable of type []int64) as []int32 value in argument to append
run-tests
Process completed with exit code 2.
lint: aggregators/merger.go#L419
requiredLen declared and not used
lint: aggregators/merger.go#L421
cannot use append(to.Buckets, from.Counts...) (value of type []int32) as []int64 value in assignment
lint: aggregators/merger.go#L421
cannot use from.Counts (variable of type []int64) as []int32 value in argument to append (compile)
lint: aggregators/merger.go#L419
requiredLen declared and not used
lint: aggregators/merger.go#L421
cannot use append(to.Buckets, from.Counts...) (value of type []int32) as []int64 value in assignment
lint: aggregators/merger.go#L421
cannot use from.Counts (variable of type []int64) as []int32 value in argument to append (compile)
lint
Process completed with exit code 2.