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

Merge stable #567

Merged
merged 4 commits into from
Jan 1, 2024
Merged

Merge stable #567

merged 4 commits into from
Jan 1, 2024

Commits on Mar 1, 2023

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

Commits on May 1, 2023

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

Commits on Dec 27, 2023

  1. Fix Issue 22212 - dmd version has -dirty suffix on windows

    Typically, git-clone probes the filesystem to see if it handles the executable bit correctly and the `core.fileMode` variable is automatically set as necessary. However when building dmd releases using vagrant box method, git-clone is done on a Linux host (i.e a filesystem that handles the filemode correctly), then scp'd to a Windows VM (i.e an environment that loses the filemode). So when building Windows binaries, always ensure this variable is set to `false`.
    ibuclaw committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    efe3deb View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

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