Re: Data.HashTable.hashInt seems somewhat sub-optimal

2007-08-19 Thread Donald Bruce Stewart
Simon.Frankau: > I tried submitting this bug through the tracker, but it seemed to give > me permissions errors - probably a firewall issue here. :( Apologies. Just a note that HashTable is pretty redundant in Haskell. For sizes you can fit in memory, Map, IntMap or Data.Sequence perform at effect

[GHC] #1620: Bug in debugger 6.7.20070817

2007-08-19 Thread GHC
#1620: Bug in debugger 6.7.20070817 --+- Reporter: guest| Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi |Version:

Re: [GHC] #1610: Make arrays safer

2007-08-19 Thread GHC
#1610: Make arrays safer --+- Reporter: igloo |Owner: igloo Type: proposal | Status: new Priority: high |Milestone: 6.8 Component: libra

Re: [GHC] #1280: System.Directory.getPermissions gives wrong answer on Vista

2007-08-19 Thread GHC
#1280: System.Directory.getPermissions gives wrong answer on Vista -+-- Reporter: simonmar |Owner: simonmar Type: bug | Status: new Priority: high |Milestone: 6.8

Re: [GHC] #1483: vista: GHCi not loading 80% of the time

2007-08-19 Thread GHC
#1483: vista: GHCi not loading 80% of the time +--- Reporter: guest|Owner: simonmar Type: bug | Status: new Priority: high |Milestone: 6.8 Component: GHCi |

Re: [GHC] #1562: ghci crashes on startup

2007-08-19 Thread Aleks Bromfield
The problem seems to have gone away... go figure. :) Thanks! ~ Aleks On Fri, Aug 17, 2007 at 08:23:28PM -, GHC wrote: > #1562: ghci crashes on startup > --+- > Reporter: [EMAIL PROTECTED] |Owner: >

Data.HashTable.hashInt seems somewhat sub-optimal

2007-08-19 Thread Simon.Frankau
I tried submitting this bug through the tracker, but it seemed to give me permissions errors - probably a firewall issue here. :( Apologies. Anyway... Prelude> Data.HashTable.hashInt 0 0 Prelude> Data.HashTable.hashInt 1 -1 Prelude> Data.HashTable.hashInt 2 -1 Prelude> Data.HashTable.hashInt 3 -2