[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#432590: marked as done (libcf-ocaml: The function nearest_incr in functer Cf_rbtree.Map doesn't work.)



Your message dated Wed, 19 Sep 2007 10:17:03 +0000
with message-id <E1IXwcB-0003WY-D8@ries.debian.org>
and subject line Bug#432590: fixed in pagodacf 0.9-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libcf-ocaml
Version: 0.8-1
Severity: normal

Hi!

nearest_incr in Cf_rbtree.Map produces wrong results. Here is a sample
script:

############################################################
module Oint = struct type t = int  let compare = compare end (*Normal ordering for red-black-tree*)
module Rbtree = Cf_rbtree.Map (Oint)
open Rbtree

let tree = of_list (List.map (fun a -> (a,())) [9;1;8;3;7;5;4])

let l = Cf_seq.to_list (nearest_incr 5 tree)

let p (i,()) = print_int i; print_newline()

let () =
  List.iter p l
############################################################

The output looks like this:

1
3
4
5
7
8
9

But it should be 5 7 8 9.

Maybe I will have some time to look into this in some weeks...

Christopher

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libcf-ocaml depends on:
ii  libc6                         2.5-9      GNU C Library: Shared libraries
ii  ocaml-base-nox [ocaml-base-no 3.09.2-9   Runtime system for ocaml bytecode 

libcf-ocaml recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: pagodacf
Source-Version: 0.9-1

We believe that the bug you reported is fixed in the latest version of
pagodacf, which is due to be installed in the Debian FTP archive:

libcf-ocaml-dev_0.9-1_i386.deb
  to pool/main/p/pagodacf/libcf-ocaml-dev_0.9-1_i386.deb
libcf-ocaml_0.9-1_i386.deb
  to pool/main/p/pagodacf/libcf-ocaml_0.9-1_i386.deb
pagodacf_0.9-1.diff.gz
  to pool/main/p/pagodacf/pagodacf_0.9-1.diff.gz
pagodacf_0.9-1.dsc
  to pool/main/p/pagodacf/pagodacf_0.9-1.dsc
pagodacf_0.9.orig.tar.gz
  to pool/main/p/pagodacf/pagodacf_0.9.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 432590@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Mimram <smimram@debian.org> (supplier of updated pagodacf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 19 Sep 2007 09:58:09 +0000
Source: pagodacf
Binary: libcf-ocaml libcf-ocaml-dev
Architecture: source i386
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Samuel Mimram <smimram@debian.org>
Description: 
 libcf-ocaml - OCaml library with miscellaneous utility functions
 libcf-ocaml-dev - OCaml library with miscellaneous utility functions
Closes: 432590
Changes: 
 pagodacf (0.9-1) unstable; urgency=low
 .
   * New upstream release.
   * Removed scan_parser.dpatch, integrated upstream.
   * Fixes a bug in Cf_rbtree.Map.nearest_incr, closes: #432590.
Files: 
 c42bcd7ad9b603928717264075ebe681 859 devel optional pagodacf_0.9-1.dsc
 a5201f100a62713e4db7666eb6c1db35 160330 devel optional pagodacf_0.9.orig.tar.gz
 0c430610b171e9c2e0cb0fb7087ab8e8 3856 devel optional pagodacf_0.9-1.diff.gz
 21877b63508c732fa66c67a1d273d2ec 1061038 libdevel optional libcf-ocaml-dev_0.9-1_i386.deb
 376952804dde5b7f586497f19139ba73 34508 libs optional libcf-ocaml_0.9-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG8PM6Iae1O4AJae8RAmvnAJ9bz0XvBIPymoEWkXdOkp0+g+4tWgCfcD3Q
cjQaM9CVHXENZXL84W+ZEMg=
=Q3FD
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: