[Haskell] [Fwd: Bug in Data.IntSet?]
Jean-Philippe Bernardy
jeanphilippe.bernardy at gmail.com
Fri Oct 28 04:19:10 EDT 2005
Thanks,
I'll apply ASAP.
Cheers,
JP.
On 10/28/05, Arthur van Leeuwen <arthurvl at cs.uu.nl> wrote:
>
> On 27-okt-2005, at 15:30, Ketil Malde wrote:
>
>
> >
> > Sigh. My system insists on rewriting outgoing mail headers, and
> > ghc-users refuses non-subscribers to post there. I'm too tired to
> > fight this at the moment, so I'll send it here in the hope that it
> > will be picked up by the right adressee.
> >
> >
>
> BTW: I sent a mail to libraries with the attached patch that fixes
> this behaviour.
> Note that the problem lies in split not checking to see if the prefix
> of the number
> being split on is present in the tree. The patch also fixes the
> behaviour
> on negative numbers, by the way.
>
> Oh, and smaller testcases:
>
> > Data.IntSet.split 2 $ Data.IntSet.fromList [0,1]
> > Data.IntSet.split 2 $ Data.IntSet.fromList [4,6,8]
> > Data.IntSet.split 1 $ Data.IntSet.fromList [0,-1]
>
>
>
>
>
> Doei, Arthur. (Who figured this out together with Bertram Felgenhauer)
>
> -- /\ / | arthurvl at cs.uu.nl | Work like you don't
> need the money
> /__\ / | A friend is someone with whom | Love like you have never
> been hurt
> / \/__ | you can dare to be yourself | Dance like there's nobody
> watching
>
>
>
>
>
>
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
>
>
>
>
More information about the Haskell
mailing list