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

Rationalize nested projects #1647

Merged
merged 4 commits into from
Jun 14, 2022
Merged

Rationalize nested projects #1647

merged 4 commits into from
Jun 14, 2022

Commits on Jun 10, 2022

  1. Rationalize nested projects

    Closes #1643
    
    We discourage nested projects, but it is possible, mostly for developers. So we should at least behave correctly in this code path.
    
    Previously, a nested project would put the name of the parent project in DESCRIPTION, which causes a variety of downstream problems.
    jennybc committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    80c8065 View commit details
    Browse the repository at this point in the history
  2. NEWS bullet

    jennybc committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    461f05e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Use an undocumented option to bypass the interactive challenge

    Useful in tests (replaces the mock) and also to a developer, like @lionel-, who might need to do this often enough to set the option.
    jennybc committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5461b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151c580 View commit details
    Browse the repository at this point in the history