Ticket #704 (closed task: fixed)

Opened 6 years ago

Last modified 2 years ago

change array interface to accomodate resizable arrays

Reported by: simonmar Owned by:
Priority: high Milestone: 6.6
Component: libraries/base Version: 6.4.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Moderate (less than a day)
Test Case: Blocked By:
Blocking: Related Tickets:

Description

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.

Change History

Changed 6 years ago by Bulat.Ziganshin@…

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

Changed 6 years ago by simonmar

  • priority changed from normal to high

Changed 6 years ago by simonmar

  • status changed from new to closed
  • resolution set to fixed

Done.

Changed 3 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 3 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple

Changed 2 years ago by simonmar

  • difficulty changed from Moderate (1 day) to Moderate (less than a day)
Note: See TracTickets for help on using tickets.