www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - LDC 2.068 and submodules

reply Russel Winder via digitalmars-d-ldc <digitalmars-d-ldc puremagic.com> writes:
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: 267e291474da95a91a4f4cd1e2219bd23a55993=
8
    Unable to checkout '267e291474da95a91a4f4cd1e2219bd23a559938' in submod=
ule path 'tests/d2/dmd-testsuite'

Hopefully I am just failing to do something really simple=E2=80=A6
--=20
Russel.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder ekiga.n=
et
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
Sep 25 2015
parent reply Jacob Carlborg <doob me.com> writes:
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
Sep 25 2015
parent David Nadlinger via digitalmars-d-ldc <digitalmars-d-ldc puremagic.com> writes:
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
Sep 25 2015