On 9/11/20 3:48 AM, Martin Nowak wrote:
Glad to announce the first beta for the 2.094.0 release, ♥ to the 49 contributors.

This is the first release to be built with LDC on all platforms, so we'd welcome some more thorough beta testing.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.094.0.html

As usual please report any bugs at
https://issues.dlang.org

-Martin


The dub change allowing git repository is HUGE !

This allows us to use a private git repository instead of having to have the repo already cloned to a specified path on the filesystem.


{
    "name": "git-dependency",
    "dependencies": {
        "gitcompatibledubpackage": {
"repository": "git+https://github.com/dlang-community/gitcompatibledubpackage.git";,
            "version": "ccb31bf6a655437176ec02e04c2305a8c7c90d67"
        }
    }
}

Reply via email to