[Pkg-julia-devel] Julia 0.3.12

Peter Colberg peter at colberg.org
Tue Nov 3 17:33:52 UTC 2015


On Tue, Nov 03, 2015 at 04:13:30PM +0200, Graham Inggs wrote:
> I've just noticed julia 0.3.12 now shows the git commit date.
> 
>                _
>    _       _ _(_)_     |  A fresh approach to technical computing
>   (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
>    _ _   _| |_  __ _   |  Type "help()" for help.
>   | | | | | | |/ _` |  |
>   | | |_| | | | (_| |  |  Version 0.3.12 (2015-10-26 12:41 UTC)
>  _/ |\__'_|_|_|\__'_|  |
> |__/                   |  x86_64-linux-gnu
> 
> This shouldn't affect reproducibility.
> It seems to have been caused by the new file 'base/version_git.jl'.
> i.e. removing that file causes only 'Version 0.3.12' to be displayed.
> 
> Do we want to display this?

Yes, this is in fact the behaviour when compiling from the "full"
upstream tarball (for version 0.4.0). Prior Debian versions had
faulty git information, either containing only empty strings or
pointing to the commit of the Debian package repository.

Base.GIT_VERSION_INFO now provides valid version information.

Peter



More information about the Pkg-julia-devel mailing list