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 pB92Bljv015295 for ; Fri, 9 Dec 2011 03:11:47 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkBAEFt4U7RVdK2kWdsb2JhbABDp2OCfwgiAQEBAQkJDQcSJ4FyAQEBAwESAiYGATgBAwELAQUFEiISNAEFAQ4OBicFAgeHZZp+Co5PhD6JLgIFDIpMYwSILIw/hn+GcT2BTYI7 X-IronPort-AV: E=Sophos;i="4.71,322,1320620400"; d="scan'208";a="134643974" Received: from mail-iy0-f182.google.com ([209.85.210.182]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 09 Dec 2011 03:11:41 +0100 Received: by iafi7 with SMTP id i7so5553647iaf.27 for ; Thu, 08 Dec 2011 18:11:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=LkUffD86eGrjlWnBxYhOSSE3S7V2i0wd9UJ7tZaorY4=; b=bQjBGIYrJZnIb0YG00rWpO8K8fHLQoSM3+IZMFu7qWLSa08R15KQMpoehhEF7skgl+ wYsvy9t15Phw5b67d9MxV9OuvdL4rs5zGzmj0EuyU3is5oPqbUrndrV2FDbDhgCYDQet ZA4zRWTUOYJZ2gpYWS+aV7kTbZTnyEIkJ2Doc= Received: by 10.50.160.161 with SMTP id xl1mr1606308igb.5.1323396700148; Thu, 08 Dec 2011 18:11:40 -0800 (PST) Received: from tet.garrigue.jp (58x158x128x157.ap58.ftth.ucom.ne.jp. [58.158.128.157]) by mx.google.com with ESMTPS id h9sm3782195ibh.11.2011.12.08.18.11.37 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Dec 2011 18:11:39 -0800 (PST) Sender: Jacques Garrigue Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Jacques Garrigue In-Reply-To: <55531934-37A5-4CC5-AB67-20CE4CCE8269@googlemail.com> Date: Fri, 9 Dec 2011 11:11:34 +0900 Cc: caml users , Caml-devel developers Message-Id: References: <55531934-37A5-4CC5-AB67-20CE4CCE8269@googlemail.com> To: Benedikt Meurer X-Mailer: Apple Mail (2.1084) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by walapai.inria.fr id pB92Bljv015295 Subject: Re: [Caml-list] OCaml maintenance status / community fork (again) On 2011/12/08, at 18:10, Benedikt Meurer wrote: > Dear caml-list, > > I'd like to get back to the original topic, which BTW had nothing to do with Web 2.0, documentation, books, teaching, Batteries, PR, or whatever other topics came up. Of course those are important topics too, but hijacking other threads won't help with either. > > There were already a few useful comments on the topic, but no statement from the current INRIA officials. Opening up the development of OCaml is a great suggestion, for example. Personally I'd even suggest to disconnect OCaml and INRIA, with an independent team of core maintainers (with appropriate spare time and knowledge). INRIA would still contribute to OCaml, but no longer control OCaml. > > And to respond to those who think that the current development process is a "good thing" and leads to stability: By no way. It leads to stagnation and ignorance (most probably). For example, have a look at PR/3746, a great example. It took almost 4 years(!) to update the ARM port to softfp (and EABI). At the time the issue was finally fixed, most ARM application boards were already shipping with VFP, so the port is lacking behind several years. And even after all that time, the ARM port is not implemented properly, i.e. it's of the IP for argument passing does not only cause trouble with position independent code, but is forbidden in general because IP is reserved for linker stubs, both static and dynamic. The relevant bug report PR/5404, which includes a backward compatible patch, is already waiting for a sign of life for 3 weeks now (maybe wait another 4 years to get the port fixed). And what about the ARMv7-a / armhf port? I almost got it working, but looking at the past ! > of the ARM port, I'm already pissed off by the fact that it will probably take ages for someone to even respond to the patch, not to mention that it will take forever to get it out to the users (well maybe Debian will include the patch for armhf, but that means the Debian developers have to do upstream work...). > > Granted, ARM is not (yet) the main target platform, it's just to illustrate the inherent weakness of closed development combined with lack of time/interest. Sure there will always be areas where projects cannot keep up because of lack of knowledge/time, but it is unnecessarily frustrating and harmful for an open source project to lack behind in areas with active contributors with both knowledge and time. That's why I'd suggest to set OCaml free, either with the help of INRIA and by leaving INRIA behind if there's no other way to move on. > > In either case, it'd be great if the official core team would at least take the time to comment on this issue. > > best regards, > Benedikt > > PS: Please avoid hijacking this thread. Dear Benedikt, I do agree that the problem with ARM reflect some problem in the current development organization, but I don't think that you need to fork to solve it. (And note by the way that a real fork could be in contradiction with the QPL.) Before attacking the current model, you should understand how it works, and why it actually works mostly well considering that OCaml, without being huge, is still a rather complex piece of software. My understanding is that somebody is responsible for every line of code in the distribution. So when a bug report comes, it is usually clear who should do the job, and generally this is done pretty fast. Not always in the next 24 hours, but everybody tries no to be too late. Considering other obligations this can mean a few weeks. (When it is more than that, this may actually mean an oversight; there is a huge number of bug reports, so this can happen) The main point here is that the person who fixes the problem usually is the most competent person available for this piece of code. This seems a requisite for quality. Another consequence of this approach is that usually patches are not applied directly. When you know that you are going to be responsible for the code, you look carefully at a patch before applying it, and often you find a better way to do it in the process :-) Now, your specific problem occurs in a port that probably only few people in the core team even use. If you look at the log, you will see that Xavier is maintaining it, in his spare time. I cannot answer for him, but he might be more than willing to find somebody else to do this specific job, as maintaining a port requires checking lots of information sources for a small number of lines of code. This kind of code could be a good candidate for "outsourcing" as maintaining it requires more knowledge of the specific architecture than of the inner workings of OCaml. However, this is not the case for most of the rest of OCaml. As the problem is specific, the solution should probably be specific, and forking seems an overkill. On the other hand, there is no restriction on cloning the repository and distributing patches in the meantime. Lots of people are already doing that for their own reasons (I have done that in the past), and I don't think that having all of them working with the same repository would be useful. Jacques Garrigue (personal viewpoint)