caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Can we implement #load to load dependencies automatically?
@ 2016-04-29  4:57 Junsong Li
  2016-04-29 10:28 ` Jeremie Dimino
  0 siblings, 1 reply; 4+ messages in thread
From: Junsong Li @ 2016-04-29  4:57 UTC (permalink / raw)
  To: caml users

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

Hi list,

I am wondering why we can't make #load to load everything needed
automatically, given object files already in the search path.

FYI, currently, it only shows the error (t opens B and uses B.x)

utop # #load "t.cmo";;
Error: Reference to undefined global `B'

[-- Attachment #2: Type: text/html, Size: 401 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-30  1:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-29  4:57 [Caml-list] Can we implement #load to load dependencies automatically? Junsong Li
2016-04-29 10:28 ` Jeremie Dimino
2016-04-29 10:54   ` Gabriel Scherer
2016-04-30  1:54     ` Junsong Li

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).