ikarus should display version number instead of build date in the banner

Bug #163690 reported by Abdulaziz Ghuloum
2
Affects Status Importance Assigned to Milestone
Ikarus Scheme
Fix Released
Low
Abdulaziz Ghuloum

Bug Description

The banner should say

Ikarus Scheme version 0.0.1
Copyright (c) 2006-2007 Abdulaziz Ghuloum

instead of the current

Ikarus Scheme (Build 2007-11-18)
Copyright (c) 2006-2007 Abdulaziz Ghuloum

Changed in ikarus:
assignee: nobody → aghuloum
importance: Undecided → Low
status: New → In Progress
Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in revision 1081.

Changed in ikarus:
status: In Progress → Fix Committed
Revision history for this message
Michael D. Adams (mdmkolbe) wrote :

You may wish to consider doing something like is done with GHC. Stable releases get an even version number and do not include the date, but development versions do get an odd number and include the date in their version number (options other than dates include the repository revision number but that only works if the repo has no local changes). For example,

$ ghc --version # A stable build
The Glorious Glasgow Haskell Compilation System, version 6.6.1

$ ./compiler/ghc-inplace --version # A development build
The Glorious Glasgow Haskell Compilation System, version 6.9.20071023

(I'm re-opening this so it doesn't get forgotten. Feel free to close.)

Changed in ikarus:
status: Fix Committed → Confirmed
Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in revision 1091/1092.

The bzr version now displays

Ikarus Scheme version 0.0.1+ (revision 1091, build 2007-11-19)
Copyright (c) 2006-2007 Abdulaziz Ghuloum

Releases should display:

Ikarus Scheme version 0.0.1
Copyright (c) 2006-2007 Abdulaziz Ghuloum

Changed in ikarus:
status: Confirmed → Fix Committed
Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

This bug report is about to be closed as the fix comitted previously
will be incorporated in the next 0.0.2 release of Ikarus Scheme,
scheduled for November 28, 2007.
A release candidate tarball is available for download from:
  http://www.cs.indiana.edu/~aghuloum/ikarus/ikarus-0.0.2-rc1.tar.gz
Please do test it if you have the time and report any issues you
might encounter. Thank you very much for your support. Aziz,,,
(Sorry for the duplicates; I'm updating every open bug.)

Changed in ikarus:
milestone: none → 0.0.2
Changed in ikarus:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.