uv
2ea1df1a - Fix message when there are no buildable packages (#11722)

Comment changes are shownComment changes are hidden
Commit
113 days ago
Fix message when there are no buildable packages (#11722) <!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary I noticed that when running "uv build --all-packages" in an empty workspace with no buildable packages, it reports that there are buildable packages. Which I believe to be an error in the message. This patch fixes the typo. I did not find any relevant issues. ## Test Plan I've verified, to the best of my ability, that this did not introduce any additional errors in related existing tests. Considering the nature of the change I believe it's sufficient.
Author
Parents
  • crates/uv
    • src/commands
      • File
        build_frontend.rs
    • tests/it
      • File
        build.rs