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

add --deep flag to dub build #2647

Merged
merged 3 commits into from
Aug 16, 2023
Merged

add --deep flag to dub build #2647

merged 3 commits into from
Aug 16, 2023

Commits on Aug 12, 2023

  1. add --deep flag to dub build

    Allows to build all dependencies of a static library
    rtbo committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1d4e213 View commit details
    Browse the repository at this point in the history
  2. add test for the --deep switch

    rtbo committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    11988ed View commit details
    Browse the repository at this point in the history
  3. reorder statements for code clarity

    make it clear what part of the code is used for recursive build
    rtbo committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    95f3679 View commit details
    Browse the repository at this point in the history