Thread overview
LDC 2.068 and submodules
Sep 25, 2015
Russel Winder
Sep 25, 2015
Jacob Carlborg
Sep 25, 2015
David Nadlinger
September 25, 2015
I am trying to switch to the 2.068 branch of LDC. However when I try and do a:

    git submodule update

I get:

    fatal: reference is not a tree: 267e291474da95a91a4f4cd1e2219bd23a559938
    Unable to checkout '267e291474da95a91a4f4cd1e2219bd23a559938' in submodule path 'tests/d2/dmd-testsuite'

Hopefully I am just failing to do something really simple…
-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder



September 25, 2015
On 2015-09-25 10:19, Russel Winder via digitalmars-d-ldc wrote:
> I am trying to switch to the 2.068 branch of LDC. However when I try
> and do a:
>
>      git submodule update
>
> I get:
>
>      fatal: reference is not a tree: 267e291474da95a91a4f4cd1e2219bd23a559938
>      Unable to checkout '267e291474da95a91a4f4cd1e2219bd23a559938' in submodule path 'tests/d2/dmd-testsuite'
>
> Hopefully I am just failing to do something really simple…
>

Someone forgot to push the changes in the submodule?

-- 
/Jacob Carlborg
September 25, 2015
On 25 Sep 2015, at 13:46, Jacob Carlborg via digitalmars-d-ldc wrote:
> On 2015-09-25 10:19, Russel Winder via digitalmars-d-ldc wrote:
>>  fatal: reference is not a tree: 267e291474da95a91a4f4cd1e2219bd23a559938
>>  Unable to checkout '267e291474da95a91a4f4cd1e2219bd23a559938' in submodule path 'tests/d2/dmd-testsuite'
> Someone forgot to push the changes in the submodule?

That somebody would be me. ;)

I'm juggling a few too many forks of LDC right now, and because the 2.068 tests aren't even close to passing, I didn't notice immediately. Sorry for that, should be fixed now.

 — David