[m-rev.] for review: new module mdprof_CSS_above_threshold
Zoltan Somogyi
zs at csse.unimelb.edu.au
Thu Oct 19 16:49:46 AEST 2006
On 19-Oct-2006, Jerome Tannier <jerome.tannier at student.fundp.ac.be> wrote:
> > > + lookup_bool_option(Options, version, Version),
> > > + ( Version = yes ->
> > > + io.format("%s Version 1.0\n", [s(ProgName)], !IO)
> >
> > The version number should not be hardcoded as 1.0 there. For
> > consistency with the rest of the the Mercury tools the version "number"
> > should the string returned by predicate library.version/1.
> >
>
> Fixed.
Actually, it *should* be 1.0. The version of the standard library has nothing
to do with which version of this tool you are executing; I expect this tool
to evolve significantly faster than the release schedule of Mercury as a whole.
Jerome's original draft actually called library.version; I was the one who
asked him to depart from that.
Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list