caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Ian Zimmerman <itz@very.loosely.org>
To: Caml Mailinglist <caml-list@inria.fr>
Subject: [Caml-list] utop - how to find deep dependencies
Date: Sun, 11 Aug 2019 14:18:17 -0700	[thread overview]
Message-ID: <20190811211817.tryiala7zlsewgyb@matica.foolinux.mooo.com> (raw)

I thought this kind of thing would be easier with utop, but alas:

utop[3]> #pwd;;
/home/itz
utop[4]> #load_rec "sgf.cma";;
Cannot find file sgf.cma.
utop[5]> #directory "+../sgf";;
utop[6]> #load_rec "sgf.cma";;
Error: Reference to undefined global `Sedlexing'
utop[7]> #directory "+../sedlex";;
utop[8]> #load_rec "sgf.cma";;
Error: Reference to undefined global `Sedlexing'
utop[9]> #load_rec "sedlex.cma";;
Error: Reference to undefined global `Ast_mapper_class'

Is there any way to integrate with findlib so I don't have to discover
the whole dependencies tree one by one?

-- 
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet and on broken lists
which rewrite From, fetch the TXT record for no-use.mooo.com.

             reply	other threads:[~2019-08-11 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-11 21:18 Ian Zimmerman [this message]
2019-08-12  6:35 ` Nicolás Ojeda Bär

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=20190811211817.tryiala7zlsewgyb@matica.foolinux.mooo.com \
    --to=itz@very.loosely.org \
    --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).