caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: Julien Signoles <Julien.Signoles@lri.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Calendar library: version 2.0
Date: Tue, 12 Feb 2008 18:20:42 +0000	[thread overview]
Message-ID: <20080212182041.GA18663@annexia.org> (raw)
In-Reply-To: <Pine.LNX.4.63.0802091026020.7027@acces.lri.fr>

On Sat, Feb 09, 2008 at 10:45:52AM +0100, Julien Signoles wrote:
> I am happy to announce a new release (v2.0) of Calendar, an ocaml 
> library managing dates and times. This release provides a bunch of new 
> modules and functions.
> 
> The library is available at:
> 	http://www.lri.fr/~signoles/prog.en.html#calendar

I've had a look at this now, and there are a few difficult issues with
this:

(1) Toplevel modules called 'Utils' and 'Version'.  This is really bad
because not only are you staking a claim to those module names, but
also it will prevent anyone using those module names in their own
programs (and surely that's quite common - I've got both used in my
own programs).

It's much better to call them Calendar_utils and Calendar_version
(note: underscore _not_ period).

(BTW, the same applies to 'Printer', but that's not new in this
release).

(2) Is the library source-compatible with 1.x?

Rich.

-- 
Richard Jones
Red Hat


  reply	other threads:[~2008-02-12 18:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-09  9:45 Julien Signoles
2008-02-12 18:20 ` Richard Jones [this message]
2008-02-12 18:26   ` [Caml-list] " Richard Jones
2008-02-13  9:30     ` Julien Signoles
2008-02-13 10:00       ` Nicolas Pouillard
2008-02-13 12:53         ` David Allsopp
2008-02-13 10:24       ` Richard Jones
2008-02-12 19:38   ` Stéphane Glondu
2008-02-12 19:49     ` Richard Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080212182041.GA18663@annexia.org \
    --to=rich@annexia.org \
    --cc=Julien.Signoles@lri.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).