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

Improve usability of Target #821

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Improve usability of Target #821

merged 2 commits into from
Apr 30, 2024

Commits on Apr 30, 2024

  1. Improve usability of Target

    * Makes the distro name/version fields non-optional, since (a) they will
      never be `None` in practice (see #820), and (b) it otherwise causes a
      lot of unnecessary friction for languages that have distro-version-specific
      binaries and need to use the metadata in multiple places in the buildpack.
    * Implements `Debug` on `Target`, which unblocks a number of use-cases,
      such as including the target as part of a buildpack Error enum variant.
    
    Fixes #820.
    GUS-W-15639138.
    edmorley committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7017776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129a5f2 View commit details
    Browse the repository at this point in the history