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

Change PackageSupplier interface to accept VersionRange #2734

Merged
merged 1 commit into from
Dec 18, 2023

Commits on Dec 18, 2023

  1. Change PackageSupplier interface to accept VersionRange

    This is a leftover of the time when everything in dub accepted Dependency.
    While the mess had been untangled, doing so on this interface proved harder,
    as there is no good way to deprecate it in a fully backward-compatible manner
    without introducing a lot of overhead (a new type). Instead, this uses
    a middle ground approach, where the external implementers (which most likely
    do not exists) would break (although the fix is trivial), but callers would not.
    Geod24 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ed1d8ae View commit details
    Browse the repository at this point in the history