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

Allow HydratedSourcesRequest to indicate which Sources types are expected #9641

Merged
merged 5 commits into from
Apr 28, 2020

Commits on Apr 27, 2020

  1. Simplify excluding _python_requirements_library() from built PEXes

    [ci skip-jvm-tests]
    [ci skip-rust-tests]
    Eric-Arellano committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    5340f74 View commit details
    Browse the repository at this point in the history
  2. Allow HydratedSourcesRequest to indicate which Sources types are valid

    # Delete this line to force CI to run the JVM tests.
    [ci skip-jvm-tests]
    [ci skip-rust-tests]
    Eric-Arellano committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    ff97ac4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Move around some of target.py to better organize this new code

    # Delete this line to force CI to run Clippy and the Rust tests.
    [ci skip-rust-tests]
    # Delete this line to force CI to run the JVM tests.
    [ci skip-jvm-tests]
    Eric-Arellano committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9fe244a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:pantsbuild/pants into output-type

    [ci skip-rust-tests]
    [ci skip-jvm-tests]
    [ci skip-rust-tests]
    [ci skip-jvm-tests]
    Eric-Arellano committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d76cbfc View commit details
    Browse the repository at this point in the history
  3. Rename valid_sources_types to for_sources_types

    The word `valid` makes it sound like we'll error. Thanks Benjy and Stu for the suggestions!
    # Delete this line to force CI to run Clippy and the Rust tests.
    [ci skip-rust-tests]
    # Delete this line to force CI to run the JVM tests.
    [ci skip-jvm-tests]
    Eric-Arellano committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    59743cc View commit details
    Browse the repository at this point in the history