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 for ./pants help _underscored_target #16834

Merged
merged 3 commits into from
Sep 13, 2022

Commits on Sep 12, 2022

  1. Allow for ./pants help _underscored_target

    (while still suppressing `_underscored target` from `./pants help targets` output)
    
    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    
    (cherry picked from commit 9380196acdb07859533d86d169556f8571ca0018)
    Christopher Neugebauer committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    9872ceb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. fix integration test

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Christopher Neugebauer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    94e8504 View commit details
    Browse the repository at this point in the history
  2. fix integration test again

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Christopher Neugebauer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7f6f258 View commit details
    Browse the repository at this point in the history