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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 3A3067F75C for ; Wed, 10 Sep 2014 00:21:26 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of agarwal1975@gmail.com) identity=pra; client-ip=209.85.216.53; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of agarwal1975@gmail.com designates 209.85.216.53 as permitted sender) identity=mailfrom; client-ip=209.85.216.53; receiver=mail3-smtp-sop.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 (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qa0-f53.google.com) identity=helo; client-ip=209.85.216.53; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="postmaster@mail-qa0-f53.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvIBAG58D1TRVdg1lGdsb2JhbABZg2BXBIJ4xUaBaIhSCBYQAQEBAQcLCwkSLIN6IhEdARseAxIIAQc3AiQBEQEFARYMNYgLAQMRDZghgxlrizCBcoMQiTAKGScNZoYJAQUOkj+BUwWVcYcCgV+RXRgphS4hLwGCTgEBAQ X-IPAS-Result: AvIBAG58D1TRVdg1lGdsb2JhbABZg2BXBIJ4xUaBaIhSCBYQAQEBAQcLCwkSLIN6IhEdARseAxIIAQc3AiQBEQEFARYMNYgLAQMRDZghgxlrizCBcoMQiTAKGScNZoYJAQUOkj+BUwWVcYcCgV+RXRgphS4hLwGCTgEBAQ X-IronPort-AV: E=Sophos;i="5.04,493,1406584800"; d="scan'208";a="78369570" Received: from mail-qa0-f53.google.com ([209.85.216.53]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 10 Sep 2014 00:21:25 +0200 Received: by mail-qa0-f53.google.com with SMTP id w8so16183767qac.40 for ; Tue, 09 Sep 2014 15:21:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=b9JdR7bF1pWRnVwBeDPrIDwDzGxKww2EJ2GH9UDDWnU=; b=u0wiBuzROKKujOVZYBCXplIS/mYZY8nMrLd1wTfXimJ3Gbt4TLnPddEvUuqHMbR8fk rbFA3YxyZltu/NuDtiMeFGndXs96wg7eJ2m22lj2NbWsDPKHQg9xCL6Lvd1mhVJ4yAl5 xfPUIS/f6Yu0n1UNZoFR1pYyG0qeYplNtxSfnnL5mJvKzHLEAw41RQWbFviRuz+jVLKf c9sxAqVbpHKzj44pueL403LIZM+Jvd8wzkWLwkeb5IPHCLl/LZuVA/1aUuVBjVrWB5P5 7HnijLDnP/qsa4WIhQMJdyYTGsGSZSKv6UXyTQU8zBpAHHb6U92ntESqlv62cAnCk5t/ rSng== X-Received: by 10.224.111.193 with SMTP id t1mr16669575qap.103.1410301284065; Tue, 09 Sep 2014 15:21:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.138.15 with HTTP; Tue, 9 Sep 2014 15:21:03 -0700 (PDT) From: Ashish Agarwal Date: Tue, 9 Sep 2014 18:21:03 -0400 Message-ID: To: Caml List Content-Type: multipart/alternative; boundary=047d7b6737f0102c430502a95b18 Subject: [Caml-list] ocamldep and module aliases --047d7b6737f0102c430502a95b18 Content-Type: text/plain; charset=UTF-8 Is ocamldep 4.02 supposed to support the -no-alias-deps flag too? It doesn't, so I'm not sure how to implement the example at the end of Section 7.17 [1] on a real library. Specifically, I use omake, which calls ocamldep, and I don't see how to avoid it claiming circular dependencies even though I've added -no-alias-deps to the compilation flags. [1] http://caml.inria.fr/pub/docs/manual-ocaml/extn.html#s%3Amodule-alias --047d7b6737f0102c430502a95b18 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Is ocamldep 4.02 supposed to support the -no-alias-deps fl= ag too? It doesn't, so I'm not sure how to implement the example at= the end of Section 7.17 [1] on a real library. Specifically, I use omake, = which calls ocamldep, and I don't see how to avoid it claiming circular= dependencies even though I've added -no-alias-deps to the compilation = flags.


--047d7b6737f0102c430502a95b18--