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

Two enhancements to tailor. #11625

Merged
merged 2 commits into from Mar 4, 2021
Merged

Two enhancements to tailor. #11625

merged 2 commits into from Mar 4, 2021

Commits on Mar 3, 2021

  1. Two enhancements to tailor.

    1. We require root-level targets to be
       explicitly named, so this change makes tailor
       take care of that.
    
    2. It's possible for directory named BUILD to collide
       with a file we want to create under the same name.
       This is not as unlikely as you may think on systems
       where paths are case-insensitive, such as MacOS.
       This change detects this case and renames the BUILD
       file.
    
    [ci skip-rust]
    
    [ci skip-build-wheels]
    benjyw committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    732c19c View commit details
    Browse the repository at this point in the history
  2. Address code review feedback.

    [ci skip-rust]
    
    [ci skip-build-wheels]
    benjyw committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    bba5eb0 View commit details
    Browse the repository at this point in the history