|
RE: bug with splitPS in Data.PackedString: msg#00063lang.haskell.glasgow.bugs
> there's a bug in Data.PackedString that doesn't exist in PackedString: > > Prelude> :m PackedString > Prelude PackedString> splitPS ('\t') (packString "Foo\tBar") > ["Foo","Bar"] > Prelude PackedString> :m Data.PackedString > Prelude Data.PackedString> splitPS ('\t') (packString "Foo\tBar") > ["Foo"*** Exception: Ix{Int}.index: Index (7) out of range ((0,6)) (catching up on some old bug reports) This was fixed in 5.04.3, BTW. Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: COM events with HaskellDirect?, Sigbjorn Finne |
|---|---|
| Next by Date: | [ ghc-Bugs-668705 ] hsc2hs broken under Win32, SourceForge.net |
| Previous by Thread: | bug with splitPS in Data.PackedString, Hal Daume III |
| Next by Thread: | [ ghc-Bugs-669261 ] Shjft+Enter crashes GHCI, SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |