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, calculate age of Julia checkout in banner() function #5282

Closed
wants to merge 1 commit into from

Conversation

staticfloat
Copy link
Sponsor Member

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. (Thanks @ivarne!)

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. (Thanks @ivarne!)
@ivarne
Copy link
Sponsor Member

ivarne commented Jan 2, 2014

I think this is the time to ask for the removal of const and local, which is now inside a function. I'll uptdate my own PR.

@staticfloat staticfloat closed this Jan 2, 2014
@staticfloat
Copy link
Sponsor Member Author

Sounds good. It is kind of awkward trying to push code into eachother's PR's.

@staticfloat staticfloat deleted the sf/splash-fix branch July 30, 2014 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants