[CCACHE-12] LRUCache miss explodes if given an empty lru table Created: 09/Dec/11 Updated: 09/Dec/11 Resolved: 09/Dec/11 |
|
| Status: | Resolved |
| Project: | core.cache |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Major |
| Reporter: | Fogus | Assignee: | Fogus |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The min-key method used to determine least tick explodes with: clojure.lang.ArityException: Wrong number of args (1) passed to: core$min-key This is a corner case that should be handled. |
| Comments |
| Comment by Fogus [ 09/Dec/11 9:42 AM ] |
|
Fixed in beaa62d02c964b1c0114ab088c6a835ca4391f80. |