Adaptive radix tree aggregate matching #3
Annotations
9 errors and 2 warnings
lint (ubuntu-latest):
parser.go#L302
func `Predicate.hash` is unused (unused)
|
lint (ubuntu-latest):
parser_test.go#L13
func `newTestAggregateEvaluator` is unused (unused)
|
lint (ubuntu-latest):
groupid.go#L18
S1019: should use make([]byte, 8) instead (gosimple)
|
lint (ubuntu-latest):
expr_test.go#L111
S1012: should use `time.Since` instead of `time.Now().Sub` (gosimple)
|
lint (ubuntu-latest):
expr_test.go#L131
S1012: should use `time.Since` instead of `time.Now().Sub` (gosimple)
|
lint (ubuntu-latest):
groupid.go#L20
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
lint (ubuntu-latest):
expr_test.go#L46
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
lint (ubuntu-latest):
expr_test.go#L89
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
lint (ubuntu-latest)
Process completed with exit code 1.
|
test-linux-race (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|