#694532 libsyslog-ocaml-dev

Package:
libsyslog-ocaml-dev
Source:
syslog-ocaml
Description:
syslog routines for OCaml (development files)
Submitter:
Gregory Bellier
Date:
2012-11-27 10:57:04 UTC
Severity:
normal
#694532#5
Date:
2012-11-27 10:53:38 UTC
From:
To:
The Syslog_error exception is not in the mli file so this exception cannot
be caught correctly in programs.

The string arg of this exception is lost because to catch it, one must code
like this:
try
[…]
with _ -> […]