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

Fix #5218, Compile age in banner #5281

Merged
merged 1 commit into from
Jan 2, 2014
Merged

Commits on Jan 2, 2014

  1. Fix JuliaLang#5218, Compile age in banner

    After static compillation of base Julia was implemented, the startup
    banner showed the age of the newest commit in (origin/)master at the
    time of compillation, instead of at startup time. This commit moves the
    age calculation into the Base.banner() function, and moves the function
    from base/client.jl to base/version.jl in order to have access to the
    right variables.
    
    This is updated after @staticfloat suggestion to copy all the logic into
    the banner() function
    ivarne committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    2af2169 View commit details
    Browse the repository at this point in the history