From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 0CEABBBC1 for ; Wed, 13 Feb 2008 11:01:18 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAACZOskfAXQImh2dsb2JhbACKGoYiAQEBCAopnDI X-IronPort-AV: E=Sophos;i="4.25,345,1199660400"; d="asc'?scan'208";a="22573524" Received: from discorde.inria.fr ([192.93.2.38]) by mail4-smtp-sop.national.inria.fr with ESMTP; 13 Feb 2008 11:01:18 +0100 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m1DA1IoI014143 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Wed, 13 Feb 2008 11:01:18 +0100 X-IronPort-AV: E=Sophos;i="4.25,345,1199660400"; d="asc'?scan'208";a="7260381" Received: from peray.inria.fr (HELO ausone.inria.fr) ([128.93.8.98]) by mail2-relais-roc.national.inria.fr with SMTP; 13 Feb 2008 11:01:18 +0100 Received: by ausone.inria.fr (sSMTP sendmail emulation); Wed, _d Feb 2008 11:00:12 +0100 From: "Nicolas Pouillard" Cc: rich , caml-list Subject: Re: [Caml-list] Calendar library: version 2.0 To: Julien Signoles References: <20080212182041.GA18663@annexia.org> <20080212182611.GB18663@annexia.org> In-Reply-To: Date: Wed, 13 Feb 2008 11:00:04 +0100 Message-Id: <1202896751-sup-7384@port-ext6.ensta.fr> User-Agent: Sup/git Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=-1202896812-69278-62949-4755-1-="; micalg="pgp-sha1" MIME-Version: 1.0 X-Miltered: at discorde with ID 47B2BFEE.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; vice-versa:01 trade-off:01 2.0:98 caml-list:01 api:02 module:03 library:03 library:03 aka:04 problem:05 wed:06 arguments:07 indeed:07 uses:07 uses:07 X-Attachments: cset="UTF-8" type="application/pgp-signature" name="signature.asc" name="signature.asc" --=-1202896812-69278-62949-4755-1-= Content-Type: text/plain; charset=UTF-8 Excerpts from Julien Signoles's message of Wed Feb 13 10:30:47 +0100 2008: > > > OK, I take that back. Everything is now packed under CalendarLib.* > > which makes the issue of module names moot. > > Indeed it is one of my arguments for packing calendar. > > > Also it means nothing is backwards compatible :-( That could be a > > problem because it means I need to release two different versions of > > everything which uses the calendar library, but at least that's just a > > one-off event. > > You're obviously right: as calendar is now packed, everything which uses > calendar v1.* does not work anymore with calendar v2.* (and vice-versa). > > But the only change to do in your code is: add "open CalendarLib" at the > top of your files and all is fine because the API is backward compatible > inside the pack. > > For your application(s), a possible trade-off is: > - do this tiny change > - release a new version requiring calendar v2.* Why not releasing a last version of the v1 adding an empty CalendarLib.ml? -- Nicolas Pouillard aka Ertai --=-1202896812-69278-62949-4755-1-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFHsr+sj+FCNw9dwLkRAqboAJ4wdTvA+eWWNw1zQ0AplVTpw+Eb3ACeI0Sw cwlYrN0ItCE+gvDGu+lWqfQ= =e4T7 -----END PGP SIGNATURE----- --=-1202896812-69278-62949-4755-1-=--