Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmdlineargs test fails on RC1 #13035

Closed
mauro3 opened this issue Sep 9, 2015 · 4 comments
Closed

cmdlineargs test fails on RC1 #13035

mauro3 opened this issue Sep 9, 2015 · 4 comments
Labels
test This change adds or pertains to unit tests

Comments

@mauro3
Copy link
Contributor

mauro3 commented Sep 9, 2015

The tests fail on my 0.4-RC1 build in cmdlineargs.jl. The failure is due to julia -v returning '0.4.0-dev`:

~/julia/julia-0.4((HEAD detached at v0.4.0-rc1))  >> ./julia -v
julia version 0.4.0-dev

~/julia/julia-0.4((HEAD detached at v0.4.0-rc1))  >> ./julia 
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.0-rc1 (2015-09-09 16:07 UTC)
 _/ |\__'_|_|_|\__'_|  |  
|__/                   |  x86_64-unknown-linux-gnu

julia> 
@tkelman tkelman added the test This change adds or pertains to unit tests label Sep 9, 2015
@jiahao
Copy link
Member

jiahao commented Sep 9, 2015

I encountered this recently too. You need to build from a clean repo or at least delete src/julia_version.h and the sysimage so that it is rebuilt with the correct version string.

@mauro3
Copy link
Contributor Author

mauro3 commented Sep 9, 2015

Ok, sorry for the noise.

@mauro3 mauro3 closed this as completed Sep 9, 2015
@jiahao
Copy link
Member

jiahao commented Sep 9, 2015

No worries. It caught me unaware in #12959.

@Keno
Copy link
Member

Keno commented Sep 9, 2015

See also #12973

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

4 participants