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

Bug#662921: marked as done (libxmlm-ocaml-dev: wrong output with custom functions)



Your message dated Sun, 08 Apr 2012 19:06:02 +0200
with message-id <4F81C57A.5080001@debian.org>
and subject line Re: Bug#662921: libxmlm-ocaml-dev: wrong output with custom functions
has caused the Debian Bug report #662921,
regarding libxmlm-ocaml-dev: wrong output with custom functions
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
662921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662921
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libxmlm-ocaml-dev
Version: 1.0.2-1+b1
Severity: normal
Tags: patch upstream

The bug is already fixed upstream, but no released since.
See http://erratique.ch/repos/xmlm/commit/?id=3f0df24020df9dd120bfd1b56e094a4b2c6a8ec8

Here is the code to reproduce the bug :

let output () =
  let x = Xmlm.make_output
(*     (`Channel stdout) *)
    (`Fun (fun i -> print_char (Char.chr i)))
  in
  Xmlm.output x (`Dtd None);
  Xmlm.output x (`El_start (("","test"),[]));
  Xmlm.output x `El_end

let () =
   output ();
   print_endline ""

Correct output:
<?xml version="1.0" encoding="UTF-8"?><test/>

Buggy output:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<tttt//

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libxmlm-ocaml-dev depends on:
ii  ocaml-findlib          1.2.6+debian-1+b1 management tool for OCaml librarie
ii  ocaml-nox [ocaml-nox-3 3.11.2-2-cfi5     ML implementation with a class-bas

libxmlm-ocaml-dev recommends no packages.

libxmlm-ocaml-dev suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.1.0-1

Le 10/03/2012 17:57, Daniel Bünzli a écrit :
> Since the build system changes to the one generated by OASIS (the funny build script is gone) I let you test the following tarball. Please confirm me that it suits your needs. 
> 
> Note, that's *not* the final version, there are a few small feature requests I need to implement before the final release. 

I've adapted the package to OASIS, and uploaded the 1.1.0 version.


Cheers,

-- 
Stéphane



--- End Message ---

Reply to: