fnm icon indicating copy to clipboard operation
fnm copied to clipboard

fix: list-remote --filter --latest panics when filter has no results

Open julescubtree opened this issue 8 months ago • 2 comments

This PR checks for results before modifying the all_versions vector, and opts for .swap() and .truncate() over .drain() to reduce overhead and improve efficiency.

julescubtree avatar Jun 22 '24 17:06 julescubtree