Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Julien Moutinho <julien.moutinho@gmail.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Updated spellcheck patch
Date: Sun, 18 Nov 2007 21:30:05 +0100	[thread overview]
Message-ID: <20071118203005.GA2350@localhost> (raw)
In-Reply-To: <474093C4.7060905@gmail.com>

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

On Sun, Nov 18, 2007 at 01:34:28PM -0600, Edgar Friendly wrote:
> Here's an updated version of the spellcheck patch I posted before.  It's
> a patch to CVS's release310 branch.

You'd better check if someone had put a spell on you because
spell failures (from your experiments?) remain in the spell
checker patch 0.6 :D

A small patch to be applied after ospellcheck-0.6.patch is attached
to this mail.

Thanks for your work,
  Julien.


[-- Attachment #2: apply_me_after_ospellcheck-0.6.patch --]
[-- Type: text/x-diff, Size: 941 bytes --]

diff --git a/bytecomp/translmod.ml b/bytecomp/translmod.ml
index 44e092e..31776f8 100644
--- a/bytecomp/translmod.ml
+++ b/bytecomp/translmod.ml
@@ -101,7 +101,7 @@ let mod_prim name =
     transl_path
       (fst (Env.lookup_value (Ldot (Lident "CamlinternalMod", name))
                              Env.empty))
-  with Not_found | Ident.Nearly_found _ ->
+  with Not_found | Ident.Found_nearly _ ->
     fatal_error ("Primitive " ^ name ^ " not found.")
 
 let undefined_location loc =
diff --git a/bytecomp/translobj.ml b/bytecomp/translobj.ml
index c287fbc..3e1206d 100644
--- a/bytecomp/translobj.ml
+++ b/bytecomp/translobj.ml
@@ -24,7 +24,7 @@ let oo_prim name =
   try
     transl_path
       (fst (Env.lookup_value (Ldot (Lident "CamlinternalOO", name)) Env.empty))
-  with Not_found | Ident.nearly_found _ ->
+  with Not_found | Ident.Found_nearly _ ->
     fatal_error ("Primitive " ^ name ^ " not found.")
 
 (* Share blocks *)

  reply	other threads:[~2007-11-18 20:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-18 19:34 Edgar Friendly
2007-11-18 20:30 ` Julien Moutinho [this message]
2007-11-18 21:48   ` [Caml-list] " Edgar Friendly

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=20071118203005.GA2350@localhost \
    --to=julien.moutinho@gmail.com \
    --cc=caml-list@yquem.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