Bug#602298: [libounit-ocaml-dev] force "unit" return type in OUnit.bracket for typesafety

2010-11-03 Thread Joost Yervante Damad
On Wednesday 03 November 2010 15:34:26 Sylvain Le Gall wrote: > forwarded 602298 > https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=799&group_id > =162&atid=732 > > thanks > > Hello, > > On Wed, Nov 03, 2010 at 03:13:20PM +0100, Joost Yerv

Bug#602298: [libounit-ocaml-dev] force "unit" return type in OUnit.bracket for typesafety

2010-11-03 Thread Joost Yervante Damad
gests field is empty. -- Joost Yervante Damad - http://damad.be/joost/ --- oUnit.ml 2008-06-07 05:45:24.0 +0200 +++ oUnit.ml.new 2010-11-03 15:05:15.0 +0100 @@ -9,11 +9,11 @@ let bracket set_up f tear_down () = let fixture = set_up () in try - f fixture; -

Bug#602170: [libbz2-ocaml] exceptions don't get registered properly

2010-11-02 Thread Joost Yervante Damad
Hi Stéphane, thanks for the quick feedback and providing a nice workaround. In the light of that I fully support the priority change. thanks, Joost On Tuesday 02 November 2010 10:45:37 Stéphane Glondu wrote: [snip] > > Anyway, this would be an intrusive change (ABI change in interface -> > bin

Bug#602170: [libbz2-ocaml] exceptions don't get registered properly

2010-11-02 Thread Joost Yervante Damad
Package: libbz2-ocaml Version: 0.6.0-5+b1 Severity: grave Tags: patch --- Please enter the report below this line. --- whenever there's something wrong, the binding looks up the exception to be thrown, and throws it. The exceptions are supposed to be registered in the Bz2 module with let _ = beg

Bug#580322: [liblwt-ocaml] lwt thread canceling broken in 2.1.0

2010-05-05 Thread Joost Yervante Damad
Package: liblwt-ocaml Version: 2.1.0-1 Severity: important Tags: patch --- Please enter the report below this line. --- lwt thread canceling is broken in lwt 2.1.0. After discussion with upstream they came up with a set of fixes, which are available in DARCS: http://ocsigen.org/darcsweb/?r=lwt;

Bug#461125: ocaml-nox: linking into a shared library fails due to R_X86_64_32 relocations

2009-12-02 Thread Joost Yervante Damad
Hello, I also ran into this issue and found the following workaround: 1) recompile libasmrun.a with -fPIC 2) link my library with -Wl,-Bsymbolic Then I am able to run a C binary that calls ocaml where ocaml lives in the created .so. 2) is not very nice. I tried solving it by sprinkling @PLT