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

DUB: Require most recent compiler / dub, simplify #2160

Merged
merged 2 commits into from
Jun 10, 2021

Commits on Jun 10, 2021

  1. Require the latest LDC / DUB

    Since we now pass C++ aggregates by values, we need the latest LDC.
    In addition, we rely on recent enhancements to DUB, e.g. for `-preview=in`,
    or `mainSourceFile`, and if one uses a recent LDC,
    they likely have access to a recent DUB as well.
    Geod24 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    cdc8925 View commit details
    Browse the repository at this point in the history
  2. dub: Do not list all object files, just use a wildcard

    We used to have this hard-coded list because of DUB issue 1474,
    which was part of DUB v1.24.0, so we can now delete this workaround.
    Geod24 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e9d8b8e View commit details
    Browse the repository at this point in the history