Skip to content

Remove radix tries in favour of simple hashes #41

Remove radix tries in favour of simple hashes

Remove radix tries in favour of simple hashes #41

Triggered via pull request January 31, 2024 18:08
Status Failure
Total duration 40s
Artifacts

go.yaml

on: pull_request
Matrix: lint
Matrix: test-linux-race
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint (ubuntu-latest): engine_art.go#L17
func `newArtTree` is unused (unused)
lint (ubuntu-latest): engine_art.go#L24
type `artTree` is unused (unused)
lint (ubuntu-latest): engine_art.go#L30
func `(*artTree).Type` is unused (unused)
lint (ubuntu-latest): engine_art.go#L35
func `(*artTree).Match` is unused (unused)
lint (ubuntu-latest): engine_art.go#L70
func `(*artTree).Add` is unused (unused)
lint (ubuntu-latest): engine_art.go#L161
func `artKeyFromString` is unused (unused)
lint (ubuntu-latest): engine_art.go#L100
func `(*artTree).Remove` is unused (unused)
lint (ubuntu-latest): engine_art.go#L130
func `(*artTree).Search` is unused (unused)
lint (ubuntu-latest): engine_art.go#L138
func `(*artTree).searchLeaf` is unused (unused)
lint (ubuntu-latest): expr_test.go#L67
ineffectual assignment to n (ineffassign)
lint (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
test-linux-race (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/