caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Chet Murthy <murthy.chet@gmail.com>
To: caml-list <caml-list@inria.fr>
Subject: [Caml-list] oasis bug with dependencies?
Date: Fri, 15 Apr 2016 12:12:58 -0700	[thread overview]
Message-ID: <CA++P_gfQxTwKpK4obJSF=iVgtLuoTcODawngaFUJ47t1Mv9qzg@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 685 bytes --]

Hi, I think I've found an oasis bug.

(*) ocaml 4.02.3
(*) oasis 0.4.5

==========================================

In the attached little tarball, there's an _oasis file.  In that file,
there's a library, "foolib", and an executable "foo_test".

(1) foo_test depends on "bitcoin"; "foolib" does not

(2) building the project with "foo_test" commented-out ends up -not-
depending on "bitcoin" anywhere

(3) with "foo_test" uncommented,the build of "foolib"'s modules (foo.ml)
has "-package bitcoin".

In short, it appears that the deps of foo_test are leaking to foolib, even
though foolib doesn't depend on foo_test (it's the other way around).

Hope this is clear.

Cheers,
--chet--

[-- Attachment #1.2: Type: text/html, Size: 1131 bytes --]

[-- Attachment #2: oasisbug.tar --]
[-- Type: application/x-tar, Size: 10240 bytes --]

             reply	other threads:[~2016-04-15 19:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15 19:12 Chet Murthy [this message]
2016-04-15 19:21 ` Chet Murthy

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='CA++P_gfQxTwKpK4obJSF=iVgtLuoTcODawngaFUJ47t1Mv9qzg@mail.gmail.com' \
    --to=murthy.chet@gmail.com \
    --cc=caml-list@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).