From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id pBCB0649022994 for ; Mon, 12 Dec 2011 12:00:06 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At4AABPe5U7RVdY2kGdsb2JhbAA5Cqp0CCIBAQEBCQkNBxQEIYFyAQEBAwESAiwBASkOAQ8LRjQBBQEcBhMUCgSHZgKYBQqKM4QcAY1KB4g0glZjomY9g3o X-IronPort-AV: E=Sophos;i="4.71,337,1320620400"; d="scan'208";a="135004623" Received: from mail-bw0-f54.google.com ([209.85.214.54]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 12 Dec 2011 12:00:00 +0100 Received: by bkbzv15 with SMTP id zv15so8840063bkb.27 for ; Mon, 12 Dec 2011 03:00:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=Q6GatmGKtPLtUZCtESndZSZwsIQcvjaduDyfKwwSmtU=; b=LWasEKGVVRqlwoTCKBt99yIw3jpVFPQB0ovzrpC/Xz1phFUxeClHnvM11JuSyEg9Gt o9WB/KIAP9nPI66bbnaDXc6HQGdxm9ShX/PWWLZyT3GBRiUR9XeXE3HJHj2iHcJiCUZ9 izLEN/HXhcJMetEhcy6s27pcDbq5RAO+mDIBY= Received: by 10.204.156.12 with SMTP id u12mr9788313bkw.8.1323687600257; Mon, 12 Dec 2011 03:00:00 -0800 (PST) Received: from dhcp06.informatik.uni-siegen.de (dhcp06.informatik.uni-siegen.de. [141.99.131.216]) by mx.google.com with ESMTPS id h7sm30806094bkw.12.2011.12.12.02.59.57 (version=SSLv3 cipher=OTHER); Mon, 12 Dec 2011 02:59:59 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: Benedikt Meurer In-Reply-To: <4EE5D593.9060708@inria.fr> Date: Mon, 12 Dec 2011 11:59:56 +0100 Cc: caml users Message-Id: References: <55531934-37A5-4CC5-AB67-20CE4CCE8269@googlemail.com> <4EE37070.4010702@inria.fr> <4EE5D593.9060708@inria.fr> To: Xavier Leroy X-Mailer: Apple Mail (2.1251.1) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by walapai.inria.fr id pBCB0649022994 Subject: Re: [Caml-list] OCaml maintenance status / community fork (again) On Dec 12, 2011, at 11:21 , Xavier Leroy wrote: > - It complicates the lives of OCaml users, packagers, and 3rd-party > library developers: what version should they use? what will be the > basis for the packagers's distribution-specific patches? what > happens if a library is compatible with one version but not the > other? what if the community effort runs out of steam in a few years? If we can adopt the eglibc model, then the community thing will be the version shipped by distributions, i.e. the community thing is the OCaml for distributions/packagers, not an alternative to the official version. That way we do no longer need to maintain specific patches / versions for Debian, Red Hat, MacPorts, etc. This ensures that versions are compatible across different distributions (because they do no longer need to maintain their own set of patches). I think of the community thing as: (a) A single place for patches, while waiting for the next official OCaml release. (b) A common ground for experimenting with new features. As you already noted, feedback and adoption for experimental stuff hidden within the SVN repository wasn't all that great, so maybe we can change it this way (esp. since it would be coordinated with the distributions/packagers to some degree). > - It means additional efforts with some duplication. The > synchronization between the "community" and the "reference" code > bases will take work. From the core team's standpoint, that's about > as much work as dealing with individual suggestions and > contributions. At the same time, the community team will spend > non-negligible time organizing and administering itself, at least > initially. The community team (namely the packagers in this case) already spend this time, as already noted by others (i.e. Stephane). And even if that's the same effort for the core team (I doubt that, since if nothing else, you'll at least have a single tested patch set to review, instead of a bunch of independent, incompatible, and probably untested patches), then there's at least the win for the community. I shouldn't have used the term "fork" initially, this is misleading. Don't get me wrong. Don't think of my proposal as a "OpenBSD vs. NetBSD" thing with a whole new project. >> Why not accept a model similar to i.e. the NetBSD project, with a >> lot of committers (experts in their own areas) and 2-3 people to >> keep an eye on the overall direction? > > Except for the "lot of committers" part, this is pretty much how the > core Caml team has been working, and there is definitely room for more > contributors. As I mentioned earlier, there are a number of areas > where we're lacking manpower, e.g. Windows-related stuff and tools > such as the debugger or Camlp4, but many other areas of the system > would benefit from more contributors too. Smaller contributions > are most welcome as well, such as commenting on the PRs, testing > changes, new features and release candidates, PR triaging, helping to > identify the top little things to be resolved by the next release, > etc. > > That's a much more low-key approach, but one that is more likely to > succeed. Volunteers are welcome to contact us as caml@inria.fr. I can help with the low-level compiler and runtime stuff, others have already expressed their intention to help with Camlp4, etc. You'll receive an email. > - Xavier Leroy Benedikt