LDC 0.12.0 alpha 1 released, please help test!

David Nadlinger code at klickverbot.at
Wed Oct 9 06:54:18 PDT 2013


On Wed, Oct 9, 2013 at 3:11 PM, safety0ff <safety0ff.dev at gmail.com> wrote:
> Will do, but ATM I'm blocked on getting the source.
> I could look up the git sha1's manually, but that becomes a maintenance
> burden, I'd rather deal with tags instead.

We use Git submodules for druntime, Phobos and dmd-testsuite. This
means that they are tied into the main repository via a specific
commit ID, so the v0.12.0-alpha1 tag in the LDC repository
unambiguously identifies the druntime/Phobos versions to use.

Not having to manually maintain the cross-dependencies between
repositories, which is rather error-prone, is actually one of the few
advantages of submodules.

David


More information about the digitalmars-d-ldc mailing list