Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn when trying to uv sync a package without build configuration #7420

Merged
merged 7 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Warn when trying to uv run a package without build configuration

    This enhances `uv run` logic in order to detect and warn if it is trying
    to run a packaged script without any `build-system` configuration in the
    project manifest.
    lucab committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4cf007d View commit details
    Browse the repository at this point in the history
  2. misc fixes from review

    lucab committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2e976e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e410d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad900be View commit details
    Browse the repository at this point in the history
  5. improve wording and tests

    lucab committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5161c52 View commit details
    Browse the repository at this point in the history
  6. fix links syntax

    lucab committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    76b2956 View commit details
    Browse the repository at this point in the history
  7. scope test to unix targets

    lucab committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    591e4a6 View commit details
    Browse the repository at this point in the history