www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Digger 2.4 & DMD 2.070.0

reply =?iso-8859-1?Q?Robert_M._M=FCnch?= <robert.muench saphirion.com> writes:
Just compiled the latest release with digger. Everything works without 
any problems, but the resulting binary shows the following version:

mac-pro:Digger robby$ ./result/bin/dmd --version
DMD64 D Compiler v2.069-devel-682687b
Copyright (c) 1999-2015 by Digital Mars written by Walter Bright

I used the following lines with digger and got different numbers at the 
end of the version information:

mac-pro:Digger robby$ ./digger build

and

mac-pro:Digger robby$ ./digger build v2.070.0

Am I missing something?

BTW: Any chance to update digger to use the latest DMD compiler?

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster
Jan 27 2016
parent reply Marc =?UTF-8?B?U2Now7x0eg==?= <schuetzm gmx.net> writes:
On Thursday, 28 January 2016 at 07:45:01 UTC, Robert M. Münch 
wrote:
 Just compiled the latest release with digger. Everything works 
 without any problems, but the resulting binary shows the 
 following version:

 mac-pro:Digger robby$ ./result/bin/dmd --version
 DMD64 D Compiler v2.069-devel-682687b
 Copyright (c) 1999-2015 by Digital Mars written by Walter Bright
Hmm... I'm about to update the openSUSE package, which builds the archive from [1]. The resulting binary prints a similar version instead of "v2.070.0": DMD64 D Compiler v2.069-devel-605be4c Is the archive wrong, or do I need to do something special to get the right version? By the way, the copyright line still says "2015". [1] https://github.com/D-Programming-Language/dmd/archive/v2.070.0.tar.gz
Jan 28 2016
parent Sam Sellars <philosopher.sam gmail.com> writes:
On Thursday, 28 January 2016 at 19:31:39 UTC, Marc Schütz wrote:
 On Thursday, 28 January 2016 at 07:45:01 UTC, Robert M. Münch 
 wrote:
 Just compiled the latest release with digger. Everything works 
 without any problems, but the resulting binary shows the 
 following version:

 mac-pro:Digger robby$ ./result/bin/dmd --version
 DMD64 D Compiler v2.069-devel-682687b
 Copyright (c) 1999-2015 by Digital Mars written by Walter 
 Bright
Hmm... I'm about to update the openSUSE package, which builds the archive from [1]. The resulting binary prints a similar version instead of "v2.070.0": DMD64 D Compiler v2.069-devel-605be4c Is the archive wrong, or do I need to do something special to get the right version? By the way, the copyright line still says "2015". [1] https://github.com/D-Programming-Language/dmd/archive/v2.070.0.tar.gz
I'm seeing something similar after installing 2.070.0 with homebrew on OS X. Running dmd --version. DMD64 D Compiler v2.069 Copyright (c) 1999-2015 by Digital Mars written by Walter Bright
Jan 28 2016