replit / upm

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
https://repl.it
Other
1.05k stars 90 forks source link

Elide package overrides from search results #226

Closed blast-hardcheese closed 7 months ago

blast-hardcheese commented 7 months ago

Why

In the case of faiss, where we override with faiss-cpu, the Search function still returns faiss in the results. Sort then puts it at the top of the list, thwarting our efforts.

What changed

Walk the results once, removing the overridden package name from the list before displaying to the user.

Test plan

upm search -l python3-poetry faiss before and after this change showed what I expected