Skip to content

Add separate expirable LRU implementation, with generics #149

Add separate expirable LRU implementation, with generics

Add separate expirable LRU implementation, with generics #149

Triggered via pull request June 30, 2023 13:32
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build: simplelru/expirable_lru_test.go#L123
cannot use &(ExpirableLRU[int, int] literal) (value of type *ExpirableLRU[int, int]) as LRUCache[int, int] value in variable declaration: *ExpirableLRU[int, int] does not implement LRUCache[int, int] (missing method Values) (typecheck)
build
Process completed with exit code 1.