Re: [GHC] #704: change array interface to accomodate resizable arrays

2006-08-09 Thread GHC
#704: change array interface to accomodate resizable arrays
---+
  Reporter:  simonmar  |  Owner: 
  Type:  task  | Status:  closed 
  Priority:  high  |  Milestone:  6.6
 Component:  libraries/base|Version:  6.4.1  
  Severity:  normal| Resolution:  fixed  
  Keywords:| Os:  Unknown
Difficulty:  Moderate (1 day)  |   Architecture:  Unknown
---+
Changes (by simonmar):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Done.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #704: change array interface to accomodate resizable arrays

2006-08-07 Thread GHC
#704: change array interface to accomodate resizable arrays
---+
  Reporter:  simonmar  |  Owner: 
  Type:  task  | Status:  new
  Priority:  high  |  Milestone:  6.6
 Component:  libraries/base|Version:  6.4.1  
  Severity:  normal| Resolution: 
  Keywords:| Os:  Unknown
Difficulty:  Moderate (1 day)  |   Architecture:  Unknown
---+
Changes (by simonmar):

  * priority:  normal => high

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #704: change array interface to accomodate resizable arrays

2006-07-12 Thread GHC
#704: change array interface to accomodate resizable arrays
---+
  Reporter:  simonmar  |  Owner: 
  Type:  task  | Status:  new
  Priority:  normal|  Milestone:  6.6
 Component:  libraries/base|Version:  6.4.1  
  Severity:  normal| Resolution: 
  Keywords:| Os:  Unknown
Difficulty:  Moderate (1 day)  |   Architecture:  Unknown
---+
Comment (by [EMAIL PROTECTED]):

 implemented in ArrayRef library which can replace current arrays
 implementation (actually it's the same lib with some improvements). Look
 at
 
http://haskell.org/haskellwiki/Library/ArrayRef#Using_dynamic_.28resizable.29_arrays

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #704: change array interface to accomodate resizable arrays

2006-02-23 Thread GHC
#704: change array interface to accomodate resizable arrays
---+
Reporter:  simonmar|Owner:  
Type:  task|   Status:  new 
Priority:  normal  |Milestone:  6.6 
   Component:  libraries/base  |  Version:  6.4.1   
Severity:  normal  | Keywords:  
  Os:  Unknown |   Difficulty:  Moderate (1 day)
Architecture:  Unknown |  
---+
See:

 [http://www.haskell.org//pipermail/haskell-prime/2006-
 February/000708.html]

 The API for getting the bounds should be monadic, not pure.  This is an
 incompatible change, but a relatively small one.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs