caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Gerd Stolpmann" <info@gerd-stolpmann.de>
To: "Benedikt Meurer" <benedikt.meurer@googlemail.com>
Cc: "Xavier Leroy" <xavier.leroy@inria.fr>,
	"caml users" <caml-list@inria.fr>
Subject: Re: [Caml-list] OCaml maintenance status / community fork (again)
Date: Mon, 12 Dec 2011 13:57:54 +0100	[thread overview]
Message-ID: <82a7826f381811151a663d034e2c5df0.squirrel@gps.dynxs.de> (raw)
In-Reply-To: <BE8D4F57-3467-48D9-A0E3-34E8F0F3C7FA@googlemail.com>


>
> 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).

Most distribution patches are really distribution-specific. I don't think
that there will be any savings.

IMHO, you have to convince the distributions whether they want to ship a
community version of ocaml or keep the original version.

> I think of the community thing as:
>
> (a) A single place for patches, while waiting for the next official OCaml
> release.

IF the community version is just a place for testing new patches this
would be for sure a good thing. The ocaml distributions could ship this in
special "testing" repositories. This way the patches would see broader
testing before the inclusion into the core repo. There would be certainly
some users who are willing to accept the additional risks of using a
testing distro.

IF this is just meant for smuggling in patches the core team does not
like, I don't see the value of it. The community should not work against
them.

> (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).

I think the problem is that you can only easily build core ocaml this way,
but you normally need more packages for testing (e.g. run your program).
GODI has support for building ocaml from any SVN branch, but there is
close to zero documentation how this works.

>> - 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.

Xavier, I would not see this as negatively (but I am also not fully
convinced). If the community makes good suggestions, it could save a lot
of development work. Granted, the time needed for communication will be
higher - e.g. for setting quality standards, for explaining future
directions etc, but in total this could nevertheless be a win. The biggest
plus could be to attract new members for the core team, and to generally
increase the expertise about ocaml internals in the community.

Of course, if the community does not care about quality etc., and just
includes everything, there is no win.

Gerd

> 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
>
>
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa-roc.inria.fr/wws/info/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
>
>


-- 
Gerd Stolpmann, Darmstadt, Germany    gerd@gerd-stolpmann.de
Creator of GODI and camlcity.org.
Contact details:        http://www.camlcity.org/contact.html
Company homepage:       http://www.gerd-stolpmann.de
*** Searching for new projects! Need consulting for system
*** programming in Ocaml? Gerd Stolpmann can help you.



  parent reply	other threads:[~2011-12-12 12:58 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08  9:10 Benedikt Meurer
2011-12-08  9:54 ` Alain Frisch
2011-12-08 10:28   ` Benedikt Meurer
2011-12-08 10:46     ` Alain Frisch
2011-12-08 11:08       ` Benedikt Meurer
2011-12-08 16:42       ` Fabrice Le Fessant
2011-12-08 10:47     ` ivan chollet
2011-12-08 14:07       ` oliver
2011-12-08 11:11     ` Pierre-Alexandre Voye
2011-12-08 18:18       ` Török Edwin
2011-12-09 21:42         ` oliver
2011-12-08 10:16 ` Gabriel Scherer
2011-12-08 11:07 ` Stéphane Glondu
2011-12-09  2:11 ` Jacques Garrigue
2011-12-09 10:37   ` Jérémie Dimino
2011-12-09 11:03     ` Gabriel Scherer
2011-12-09 11:17       ` Stefano Zacchiroli
2011-12-09 11:50         ` Jonathan Protzenko
2011-12-09 12:36           ` Alain Frisch
2011-12-09 23:22         ` Goswin von Brederlow
2011-12-09 22:33       ` oliver
2011-12-09 14:24     ` Benedikt Meurer
2011-12-09 17:00       ` Mehdi Dogguy
2011-12-09 17:36         ` Benedikt Meurer
2011-12-09 17:45           ` Mehdi Dogguy
2011-12-09 23:24             ` Goswin von Brederlow
2011-12-10  9:31               ` Benedikt Meurer
2011-12-10 14:45 ` Xavier Leroy
2011-12-10 15:58   ` Benedikt Meurer
2011-12-12 10:21     ` Xavier Leroy
2011-12-12 10:59       ` Benedikt Meurer
2011-12-12 12:20         ` Mehdi Dogguy
2011-12-12 15:17           ` Goswin von Brederlow
2011-12-19  4:09           ` Romain Beauxis
2011-12-19 17:35             ` Alain Frisch
2011-12-12 12:57         ` Gerd Stolpmann [this message]
2011-12-10 17:06   ` Török Edwin
2011-12-10 18:28   ` Jérémie Dimino
2011-12-10 18:34     ` Wojciech Meyer
2011-12-10 19:10       ` Wojciech Meyer
2011-12-10 20:55         ` Jérémie Dimino
2011-12-10 21:40           ` [Caml-list] Camlp4/p5 type reflection [was: OCaml maintenance status / community fork (again)] Wojciech Meyer
2011-12-10 23:34             ` Gabriel Scherer
2011-12-11  0:47               ` [Caml-list] Camlp4/p5 type reflection [ Wojciech Meyer
2011-12-11 11:19                 ` Gabriel Scherer
2011-12-11 18:14                   ` Jérémie Dimino
2011-12-11  9:04               ` [Caml-list] Camlp4/p5 type reflection [was: OCaml maintenance status / community fork (again)] Stéphane Glondu
2011-12-11  9:36                 ` Török Edwin
2011-12-11 10:29                 ` Gabriel Scherer
2011-12-11 11:23                   ` Gerd Stolpmann
2011-12-11 11:38                     ` Gabriel Scherer
2011-12-11 10:20               ` Fabrice Le Fessant
2011-12-11 10:47                 ` Gabriel Scherer
2011-12-11 13:27               ` Alain Frisch
2011-12-11 13:35                 ` Gabriel Scherer
2011-12-11 13:42                   ` Alain Frisch
2011-12-11 13:36                 ` Arnaud Spiwack
2011-12-11 13:46                 ` Stéphane Glondu
2011-12-10 23:28   ` [Caml-list] OCaml maintenance status / community fork (again) Jesper Louis Andersen
2011-12-11 11:02     ` Gerd Stolpmann
2011-12-13 19:36       ` oliver
2011-12-14 12:13         ` Gerd Stolpmann
2011-12-16 10:03           ` Stéphane Glondu
2011-12-11 13:33   ` Goswin von Brederlow
2011-12-11 13:59     ` [Caml-list] Community distribution [was: OCaml maintenance status / community fork (again)] Benedikt Meurer
2011-12-12 17:48   ` [Caml-list] OCaml maintenance status / community fork (again) Stéphane Glondu
2011-12-13 20:39     ` [Caml-list] New experimental ARM backend [was: OCaml maintenance status / community fork (again)] Benedikt Meurer
2011-12-14  9:18       ` Mark Shinwell
2011-12-14 21:51         ` Benedikt Meurer
2011-12-18 11:57       ` [Caml-list] " Benedikt Meurer
2011-12-18 13:08         ` Benedikt Meurer
2011-12-18 14:50           ` Alexandre Pilkiewicz
2011-12-18 16:42             ` Benedikt Meurer
2011-12-18 17:23           ` Stéphane Glondu
2011-12-21 10:11             ` [Caml-list] " Benedikt Meurer
2011-12-18 13:16         ` [Caml-list] " Benedikt Meurer
2011-12-17 18:36   ` [Caml-list] OCaml maintenance status / community fork (again) Stéphane Glondu
2011-12-18  4:25     ` Till Varoquaux

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=82a7826f381811151a663d034e2c5df0.squirrel@gps.dynxs.de \
    --to=info@gerd-stolpmann.de \
    --cc=benedikt.meurer@googlemail.com \
    --cc=caml-list@inria.fr \
    --cc=xavier.leroy@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).