Your message dated Mon, 14 Apr 2008 15:44:10 +0200
with message-id <[EMAIL PROTECTED]>
and subject line missinglib has been removed from Debian, closing #387526
has caused the Debian Bug report #387526,
regarding libmissinglib-ocaml-dev: Add List.map_some
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 [EMAIL PROTECTED]
immediately.)
--
387526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387526
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libmissinglib-ocaml-dev
Severity: wishlist
For the record.
---------- Forwarded message ----------
Date: Thu, 14 Sep 2006 13:46:14 -0500
From: John Goerzen <[EMAIL PROTECTED]>
To: Ivan Jager <[EMAIL PROTECTED]>
Subject: Re: Missing: List.map_some
Hi Ivan,
Thanks for the patch. Unfortunately, I'm no longer maintaining
missinglib since I no longer use OCaml (switched to Haskell). However,
the Debian OCaml Team is maintaining a branch of it, so you may want to
contact them at [EMAIL PROTECTED]
-- John
On Thu, Sep 14, 2006 at 02:40:40PM -0400, Ivan Jager wrote:
> Could you add this function to missinglib?
>
> In many of my ocaml programs, I end up writing this function (or
> something equivalent):
>
> (* Should be in List *)
> let list_map_some f l =
> let rec m n o =
> match o with
> [] -> n
> | x::xs ->
> (match f x with
> Some v -> m (v::n) xs
> | None -> m n xs )
> in List.rev(m [] l)
>
>
> The last time I wrote that function, I had a typo, which cost me a few
> hours of debugging other code before I found what was going on.
>
> Thanks,
> Ivan
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
--- End Message ---
--- Begin Message ---
Version: 0.4.10.debian-4+rm
The missinglib package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/460267 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Lucas
--- End Message ---