From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id CAA12275; Mon, 18 Oct 2004 02:11:13 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id CAA12083 for ; Mon, 18 Oct 2004 02:11:11 +0200 (MET DST) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i9I0BAY7016447 for ; Mon, 18 Oct 2004 02:11:11 +0200 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CJL7G-0005G6-00 for ; Mon, 18 Oct 2004 02:11:10 +0200 Received: from panic.cs.bris.ac.uk ([137.222.103.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Oct 2004 02:11:10 +0200 Received: from brown by panic.cs.bris.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Oct 2004 02:11:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Julian Brown Subject: [Caml-list] ExtLib BitSet broken? Date: Mon, 18 Oct 2004 00:11:03 +0000 (UTC) Organization: University of Bristol Message-ID: Reply-To: brown@cs.bris.ac.uk X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: panic.cs.bris.ac.uk User-Agent: slrn/0.9.8.0 (Linux) X-Miltered: at concorde with ID 41730A1E.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; extlib:01 extlib:01 1.2.:01 boris:01 ledit:01 val:01 abstr:01 bool:01 bool:01 ocaml:01 ocaml:01 caml:01 module:03 unit:03 cma:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, I have just found that the BitSet module in ExtLib doesn't seem to be working for me any more. I'm using Ocaml 3.08.1 on Debian/x86 with ExtLib version 1.2. It's easy to reproduce this on my box at least: jules@boris:~$ ledit ocaml extlib/extLib.cma -I +extlib Objective Caml version 3.08.1 # let x = BitSet.empty ();; val x : BitSet.t = # BitSet.set x 15;; - : unit = () # BitSet.is_set x 15;; - : bool = false # BitSet.is_set x 14;; - : bool = false # BitSet.is_set x 16;; - : bool = false I'm sure it didn't do this before... does anyone have any clues what's going on here? Cheers, Julian ------------------- 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