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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 9E36DBC6C for ; Wed, 30 Jan 2008 11:51:15 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAIzjn0fAXQImh2dsb2JhbACQJwEBAQgKKZ9G X-IronPort-AV: E=Sophos;i="4.25,276,1199660400"; d="asc'?scan'208";a="8531564" Received: from discorde.inria.fr ([192.93.2.38]) by mail3-smtp-sop.national.inria.fr with ESMTP; 30 Jan 2008 11:51:15 +0100 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m0UAp3HF011799 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Wed, 30 Jan 2008 11:51:14 +0100 X-IronPort-AV: E=Sophos;i="4.25,276,1199660400"; d="asc'?scan'208";a="7422771" Received: from peray.inria.fr (HELO ausone.inria.fr) ([128.93.8.98]) by mail1-relais-roc.national.inria.fr with SMTP; 30 Jan 2008 11:51:14 +0100 Received: by ausone.inria.fr (sSMTP sendmail emulation); Wed, _d Jan 2008 11:50:11 +0100 From: "Nicolas Pouillard" Cc: caml-list Subject: Re: [Caml-list] Re: [OSR] Ports-like package management system To: Sylvain Le Gall References: <479F0664.2070706@exalead.com> <47A045C1.7030603@exalead.com> In-Reply-To: Date: Wed, 30 Jan 2008 11:50:06 +0100 Message-Id: <1201689988-sup-2321@ausone.inria.fr> User-Agent: Sup/git Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=-1201690211-24459-27517-4753-11-="; micalg="pgp-sha1" MIME-Version: 1.0 X-Miltered: at discorde with ID 47A05697.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; berke:01 durak:01 berke:01 durak:01 bug:01 recompile:01 ocaml:01 bug:01 end-up:01 wrote:01 caml-list:01 diff:02 diff:02 commit:03 hint:04 X-Attachments: cset="UTF-8" type="application/pgp-signature" name="signature.asc" name="signature.asc" --=-1201690211-24459-27517-4753-11-= Content-Type: text/plain; charset=UTF-8 Excerpts from Sylvain Le Gall's message of Wed Jan 30 10:53:34 +0100 2008: > On 30-01-2008, Berke Durak wrote: > > Sylvain Le Gall a écrit : [...] > > When you develop a program P you will have use programs P_{i1}, P_{i2}, > > ... and thus have checkouts of repositories S_{i1}, S_{i2}, and so on. > > If you find a bug in P_{i1} you can directly edit the checked out > > version, recompile everything automatically by launching ocaml in P's > > directory and thus debug P_{i1}. You can then locally commit your > > changes to P_{i1} and then easily push the patch or send the diff to the > > upstream author. > > > > Send a patch to author of P_{i1}. This is the easiest way. > > > diff -Nurd P_{i1} P_{i1}.new > And what if the author of P_{i1} have changed it's project (locally or not), let's say some file renamings, adding some code around the bug, do some global replacing... With such a diff file you end-up with a patch that is not applicable. That's not a problem when using darcs! -- Nicolas Pouillard aka Ertai --=-1201690211-24459-27517-4753-11-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFHoFZjj+FCNw9dwLkRAn4qAJ47DIECLbLucdWD0hst7wPsZMSCSgCeJjp/ lOAI38vgfNAHqhuW0mSxcIQ= =QU6A -----END PGP SIGNATURE----- --=-1201690211-24459-27517-4753-11-=--