Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/dub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.38.0
Choose a base ref
...
head repository: dlang/dub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.38.1
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 3, 2024

  1. Remove support for OMF, make MsCOFF be x86

    Now that OMF support is being removed, dmd-latest is broken in the CI.
    Since DMD no longer supports it, and we are mostly concerned about
    supporting the latest 10 releases, we're keeping x86_omf and x86_mscoff
    available but making them aliases to x86.
    Geod24 authored and dlang-bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    270c8a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    5ed4cad View commit details
    Browse the repository at this point in the history
  2. Upgrade CI configuration following macOS-11 deprecation

    macOS-11 is going away at the end of June.
    As a consequence, we upgrade to macOS-12, upgrade the supported
    frontend versions, and add some arm64 tests to prepare for
    future upgrades.
    Geod24 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    1475c5a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Drop support for LDC v1.26.0

    We only support the last 10 versions, so LDC should have been upgraded in the previous PR.
    In addition, we can remove a superfluous __VERSION__ statement, which haseen superfluous
    for quite a while now.
    Geod24 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    accdd55 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. update version to v1.38.1

    ibuclaw committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    fbf3c17 View commit details
    Browse the repository at this point in the history
Loading