From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 4D6B17EE4B for ; Tue, 8 Oct 2013 17:24:32 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of agarwal1975@gmail.com) identity=pra; client-ip=209.85.223.173; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of agarwal1975@gmail.com designates 209.85.223.173 as permitted sender) identity=mailfrom; client-ip=209.85.223.173; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-ie0-f173.google.com) identity=helo; client-ip=209.85.223.173; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="postmaster@mail-ie0-f173.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AksCALMiVFLRVd+tlGdsb2JhbABZgz9SrkyKFIhDgRYIFg4BAQEBBwsLCRIqgiUBAQQBQAEbEgsBAwELBgUEBxohIQEBEQEFAQoSBhMSh2EBAwkGDJwgjFODCoQeChknAwpkiQEBBQyCT4l8gRyBSwQHhCMDlhiBaYEvixuDSxgpgxCBWiA X-IPAS-Result: AksCALMiVFLRVd+tlGdsb2JhbABZgz9SrkyKFIhDgRYIFg4BAQEBBwsLCRIqgiUBAQQBQAEbEgsBAwELBgUEBxohIQEBEQEFAQoSBhMSh2EBAwkGDJwgjFODCoQeChknAwpkiQEBBQyCT4l8gRyBSwQHhCMDlhiBaYEvixuDSxgpgxCBWiA X-IronPort-AV: E=Sophos;i="4.90,1057,1371074400"; d="scan'208";a="36095300" Received: from mail-ie0-f173.google.com ([209.85.223.173]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 08 Oct 2013 17:24:30 +0200 Received: by mail-ie0-f173.google.com with SMTP id ar20so20147873iec.32 for ; Tue, 08 Oct 2013 08:24:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=rTiOQAiT9918abgwUoSErdaxbIbpaxXG4DUHn6u0T9Y=; b=Fj7sdj7LqcISL5W4HUsenK/+X46int0ltef+tOMFzuvD5aXIUNhduEmjPtlcRknaNC 7HsVaufS2/WOYiQbIxm6J1UMiMRdPPMvhG817S6AKVaOr/CJDonH03Fpw2GW+QMAFMXa rnz1GI75oU9PISWqhLu5UKEJk76fY+A2v20rKF/hPZfJBwLwRPELGWnmKZ39ZkEppLhF AklixPdQ6vCEXTdi9ZqYRD4iW7v3Ij7vBFvBfDuQmZsL+qeGWBuUOVP8UtwLtyO3j4Lm /F3WQCHwSigMsv1wn80Lcqq2Y5dgpLA9C3kCvdQMN0DZOI1oXLw7xAEKXQ+X2jwLPK2k Hylg== X-Received: by 10.50.6.71 with SMTP id y7mr21485011igy.8.1381245870495; Tue, 08 Oct 2013 08:24:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.72.230 with HTTP; Tue, 8 Oct 2013 08:24:10 -0700 (PDT) In-Reply-To: <52541870.7040000@gmail.com> References: <52541870.7040000@gmail.com> From: Ashish Agarwal Date: Tue, 8 Oct 2013 11:24:10 -0400 Message-ID: To: Matej Kosik <5764c029b688c1c0d24a2e97cd764f@gmail.com> Cc: "caml-list@inria.fr" Content-Type: multipart/alternative; boundary=047d7bd6c21275609d04e83c5dfd Subject: Re: [Caml-list] ocamldoc ... "Warning: Module or module type BatSet.StringSet not found" --047d7bd6c21275609d04e83c5dfd Content-Type: text/plain; charset=ISO-8859-1 OCamldoc has trouble finding references to modules in some cases. I wouldn't worry about it. See the opam-doc project [1], which aims to provide a more robust documentation tool. [1] http://www.cl.cam.ac.uk/projects/ocamllabs/tasks/platform.html#OPAM Doc On Tue, Oct 8, 2013 at 10:36 AM, Matej Kosik < 5764c029b688c1c0d24a2e97cd764f@gmail.com> wrote: > Hi, > > A couple of weeks ago I started to use ocamldoc. > In certain situation, it gives me: > > "Warning: Module or module type BatSet.StringSet not found" > > The simplest "program" that triggers it is: > > module StringSet = BatSet.StringSet > > I get it with the following command: > > ocamlfind doc -html -package batteries main.ml > > I thought that some -I path was missing, so I tried: > > ocamlfind doc -html -thread -package batteries `ocamlfind query > -i-format -recursive batteries` main.ml > > but the warning remains. > > It is not a big deal but I still wonder why I get it. > ((The program itself compiles without kind of warning.)) > > M. > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > --047d7bd6c21275609d04e83c5dfd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
OCamldoc has trouble finding references to modules in some= cases. I wouldn't worry about it. See the opam-doc project [1], which = aims to provide a more robust documentation tool.



On Tue, Oct 8= , 2013 at 10:36 AM, Matej Kosik <5764c029b688c1c0d2= 4a2e97cd764f@gmail.com> wrote:
Hi,

A couple of weeks ago I started to use ocamldoc.
In certain situation, it gives me:

=A0 =A0 =A0 =A0 "Warning: Module or module type BatSet.StringSet not f= ound"

The simplest "program" that triggers it is:

=A0 =A0 =A0 =A0 module StringSet =3D BatSet.StringSet

I get it with the following command:

=A0 =A0 =A0 =A0 ocamlfind doc -html -package batteries main.ml

I thought that some -I path was missing, so I tried:

=A0 =A0 =A0 =A0 ocamlfind doc -html -thread -package batteries `ocamlfind q= uery -i-format -recursive batteries` main.ml

but the warning remains.

It is not a big deal but I still wonder why I get it.
((The program itself compiles without kind of warning.))

M.

--
Caml-list mailing list. =A0Subscription management and archives:
ht= tps://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

--047d7bd6c21275609d04e83c5dfd--