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=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id C9AC7BBCA for ; Wed, 7 May 2008 15:37:57 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkgBAA5OIUjAXQImiGdsb2JhbACRfwEBAQ8gmls X-IronPort-AV: E=Sophos;i="4.27,448,1204498800"; d="scan'208";a="10481487" Received: from discorde.inria.fr ([192.93.2.38]) by mail2-smtp-roc.national.inria.fr with ESMTP; 07 May 2008 15:37:57 +0200 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m47DbuRI011857 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Wed, 7 May 2008 15:37:57 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmAAANJNIUhCm3xro2dsb2JhbACRfwEBAQEBAQcFCAcRmlo X-IronPort-AV: E=Sophos;i="4.27,448,1204498800"; d="scan'208";a="12351178" Received: from www.janestcapital.com (HELO smtp.janestcapital.com) ([66.155.124.107]) by mail3-smtp-sop.national.inria.fr with ESMTP; 07 May 2008 15:37:56 +0200 Received: from nyc-qws-018.delacy.com [38.105.200.250] by janestcapital.com with ESMTP (SMTPD-9.10) id A0B10474; Wed, 07 May 2008 09:37:53 -0400 Subject: Re: [Caml-list] Core has landed From: Yaron Minsky To: Erick Tryzelaar Cc: Caml List In-Reply-To: <1ef034530805062210l44928411v9d0f184f4c45839f@mail.gmail.com> References: <1209764381.8680.38.camel@nyc-qws-018.delacy.com> <1ef034530805062210l44928411v9d0f184f4c45839f@mail.gmail.com> Content-Type: text/plain Date: Wed, 07 May 2008 09:37:53 -0400 Message-Id: <1210167473.16301.19.camel@nyc-qws-018.delacy.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit X-Miltered: at discorde with ID 4821B0B4.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; yaron:01 minsky:01 yminsky:01 yaron:01 minsky:01 yminsky:01 ocaml's:01 ocamldoc:01 git:98 wrote:01 wrote:01 caml-list:01 patches:03 patches:03 unit:03 On Tue, 2008-05-06 at 22:10 -0700, Erick Tryzelaar wrote: > On Fri, May 2, 2008 at 2:39 PM, Yaron Minsky wrote: > > We are proud to announce the first public release of core, Jane > > Street's own alternative to OCaml's standard library. We use this > > library as the base for our own development, and we hope people on the > > outside will find some use for it as well. > > This looks really interesting! Do you plan on putting this on a public > repository, such as git, or do you plan on just doing version drops? > It would make it a little easier for our project to track if we could > pull it directly into our repository. For the moment, just version drops. > Do you also plan on accepting patches for new functionality? Yes. (depending on the functionality provided and the quality of implementation of course. And I don't think we'll accept any patches without corresponding unit tests.) > And finally, think you could put ocamldoc documentation online? We haven't gotten it to build yet, sadly. There are some issues with preprocessing and with packed libraries that we haven't gotten around to fixing. Once we (or anyone else) fixes it, we'll post the docs. > -e > -- Yaron Minsky