Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] ExtLib BitSet broken?
@ 2004-10-18  0:11 Julian Brown
  2004-10-19 12:55 ` Nicolas Cannasse
  0 siblings, 1 reply; 2+ messages in thread
From: Julian Brown @ 2004-10-18  0:11 UTC (permalink / raw)
  To: caml-list

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 = <abstr>
# 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-19 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-18  0:11 [Caml-list] ExtLib BitSet broken? Julian Brown
2004-10-19 12:55 ` Nicolas Cannasse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox