DMD git master stuck at 2.084???

H. S. Teoh hsteoh at quickfur.ath.cx
Thu Sep 26 00:29:07 UTC 2019


On Thu, Sep 26, 2019 at 12:06:09AM +0000, Mike Franklin via Digitalmars-d wrote:
[...]
> Which platform are you running building on?

Debian Linux 64-bit.


> I just tested on Arch Linux 64-bit with the following:
> 
> rdmd src/build.d
> 
> And it produced a binary with the following output for `dmd
> --version`:
> 
> DMD64 D Compiler v2.088.0-240-gaf585f61a
> Copyright (C) 1999-2019 by The D Language Foundation, All Rights
> Reserved written by Walter Bright
[...]

That's totally weird. I just ran 'rdmd src/build.d' and it said
"success", but when I run `generated/linux/release/64/dmd --version` it
says:

	DMD64 D Compiler v2.084.0-2446-gaf585f61a
	Copyright (C) 1999-2019 by The D Language Foundation, All Rights
	Reserved written by Walter Bright

WAT??

And just in case my git repo is screwed, I checked `git log`, the top
commit is: af585f61a10e978f916e896f2d1deac1ee6790e7 dated Sep 26, 2019,
which can't possibly be 2.084.

I don't get it.


T

-- 
When solving a problem, take care that you do not become part of the problem.


More information about the Digitalmars-d mailing list