caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Oliver Bandel <oliver@first.in-berlin.de>
To: Xavier Leroy <xavier.leroy@inria.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Silently discarded exceptions?
Date: Mon, 19 Aug 2002 19:44:50 +0200 (MET DST)	[thread overview]
Message-ID: <Pine.LNX.3.95.1020819193258.478A-100000@first.in-berlin.de> (raw)
In-Reply-To: <20020819155427.C6276@pauillac.inria.fr>

Hello Xavier,

thanks for your answer.


On Mon, 19 Aug 2002, Xavier Leroy wrote:

> > I have a test on the first char of a string (Position 0).
> > If the string is "" then normally (in the toplevel) an
> > exception is thrown.
> > 
> > When compiling with ocamlc, the program does not
> > mention that there was an Exception: it silently
> > stops the execution of my test.
> 
> Chances are that your program contains a "try ... with x -> ..."
> or "try ... with _ -> ..." that catches the exception arising from the
> invalid string access.


Well, I have now tested the problem again. For this test I
grabbed the code of question out of the ml-file and tested
it again with ocamlc.

The executable has told me the Exception, then.

So, I browsed over my code in the ml-file and found, where
the difference is: In the function with the String.get-
function I did not used   try ... with ... 
but in a function, that calls this function!
(Propagation of exceptions to higher levels of the program...)

I think this could be a possible problem in development
with Ocaml, and maybe it's better to explicitly catch
the exceptions.

I have to look into my code again and check, if
I can use the _ or better do not use it. Maybe
it's better, when I write explicitly matches.

Do you have a hint, how to handle such things in a
clean way, which is useful?

Is it possible to catch exceptions from specific Modules,
and match the exception by the _ ?

For example: If there is an
Invalid_argument "String.get"
can I match on all "String."-exceptions,
like "String._" or so?


TIA,
   Oliver

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      reply	other threads:[~2002-08-19 19:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-18 14:52 Oliver Bandel
2002-08-19 13:54 ` Xavier Leroy
2002-08-19 17:44   ` Oliver Bandel [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=Pine.LNX.3.95.1020819193258.478A-100000@first.in-berlin.de \
    --to=oliver@first.in-berlin.de \
    --cc=caml-list@inria.fr \
    --cc=xavier.leroy@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).