Commit Graph

9 Commits (v0.26.0)

Author SHA1 Message Date
Johnny 4bd0f29ee5 fix: resolve linter warning and cache race condition
- Suppress revive redundant-test-main-exit warning with //nolint
- Fix data race in cache.Clear() by using Delete() instead of map replacement
- Both changes maintain correct behavior while fixing CI failures
5 months ago
Johnny 7cc2df9254 chore: fix linter 10 months ago
johnnyjoy 34fb3f1514 chore: fix linter 11 months ago
Andrea Marchetta 71464779dd
fix: change itemCount into an Int64 (#4945) 11 months ago
jinjingroad 03399a6007
refactor: use the built-in max/min to simplify the code (#4781)
Signed-off-by: jinjingroad <jinjingroad@sina.com>
12 months ago
Steven 8520e30721 fix: handle type assertion safely 1 year ago
Steven ef6f80d925 chore: fix linter 1 year ago
Steven 81ae42518e chore: fix linter 1 year ago
Steven ad2c5f0d05 refactor: store cache 1 year ago