Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "Jonathan Roewen" <jonathan.roewen@gmail.com>
To: "John Harrison" <John.Harrison@cl.cam.ac.uk>
Cc: oleg@pobox.com, caml-list@inria.fr
Subject: Re: [Caml-list] Re: Listing toplevel bindings
Date: Wed, 27 Sep 2006 14:57:41 +1200	[thread overview]
Message-ID: <ad8cfe7e0609261957x69e1d9dfw59e1dcb06783f0ad@mail.gmail.com> (raw)
In-Reply-To: <E1GSPRE-0002tK-00@mta1.cl.cam.ac.uk>

> Would a few small changes to the OCaml sources render all that reloading
> unnecessary, I wonder?

It's not the sources :) You should be able to rebuild the toplevel,
and skip the expunge step (grep for expunge in the base makefile) --
it erases compiler modules such that they act is if not present
(though I'm not entirely sure if it erases them completely; my guess
would be it doesn't).

For distribution, you'd need to patch the makefile (not a big change
though), or provide a toplevel that's not expunged.

I believe that'd do it.

Jonathan


      reply	other threads:[~2006-09-27  2:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-26  8:01 oleg
2006-09-27  2:46 ` John Harrison
2006-09-27  2:57   ` Jonathan Roewen [this message]

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=ad8cfe7e0609261957x69e1d9dfw59e1dcb06783f0ad@mail.gmail.com \
    --to=jonathan.roewen@gmail.com \
    --cc=John.Harrison@cl.cam.ac.uk \
    --cc=caml-list@inria.fr \
    --cc=oleg@pobox.com \
    /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