JuliaCollections / LRUCache.jl

An implementation of an LRU Cache in Julia
Other
56 stars 23 forks source link

Don't evict whole cache for large entries #40

Closed ericphanson closed 1 year ago

ericphanson commented 1 year ago

Closes https://github.com/JuliaCollections/LRUCache.jl/issues/37

ericphanson commented 1 year ago

Could you review @jutho?

Jutho commented 1 year ago

1.5.0 is tagged, but it seems there is something wrong with tagbot configuration as new tags are not being registered on github. Even 1.4 was also missed as it only goes up to 1.3. Something to look into.

ericphanson commented 1 year ago

I see (https://github.com/JuliaCollections/LRUCache.jl/actions/runs/6195513321/job/16820375014#step:3:41):

Processing version v1.5.0 (ffc929ff9c6b9f98d0e7d9eee8949bd0115a00a6) 41 Generating changelog for version v1.5.0 (ffc929ff9c6b9f98d0e7d9eee8949bd0115a00a6) 42 git@github.com: Permission denied (publickey). 43 fatal: Could not read from remote repository. 44

45 Please make sure you have the correct access rights 46 and the repository exists.

maybe the configuration or a key needs to be updated?