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

feat: Create object candidates for sourcelink downloads #1507

Merged
merged 4 commits into from
Aug 19, 2024

Commits on Aug 2, 2024

  1. feat: Create object candidates for sourcelink downloads

    This integrates sourcelink downloads into the object
    candidate machinery. Previously, if a download from
    a sourcelink failed, there would be no indication that
    anything had gone wrong. Now, whenever we try to
    download a source file from a sourcelink, we create
    a "sourcelink" candidate and add it to the module's
    candidates. Since the object candidate system was not
    set up for adding candidates after the fact, this
    requires some tinkering.
    loewenheim committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c973f16 View commit details
    Browse the repository at this point in the history
  2. Lint

    loewenheim committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fc967e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    e13c0a5 View commit details
    Browse the repository at this point in the history
  2. changelog

    loewenheim committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    18e958c View commit details
    Browse the repository at this point in the history