Yhc/Todo

From HaskellWiki
< Yhc
Revision as of 23:55, 15 January 2006 by NeilMitchell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Part of Yhc

(Download)

Todo list for Yhc

Unassigned

  • Write Yhci
  • Threading (MVars and forkIO) [dons: if yhc had threading, then i'd remove any ghc-dependent type tricks and port yi to Yhc]
  • Heap profiling (lag, drag, use, void) ["Yhc/HeapProfiling"]
  • Anything with FIXME in the compiler


Tom Shackell

irc=tomshackell

  • Make mode
  • Parallel file make
  • Binary library
  • Add package information to .hbc files
  • Implement new .hbc spec
  • The garbage collection of arrays is buggy, causing the paraffin test to segfault.
  • Need to implement Random, Directory, BinArray and IOExtras


Neil Mitchell

irc=ndm, wiki=NeilMitchell, web=http://www.cs.york.ac.uk/~ndm/

  • FilePath library
  • Web page, see about haskell.org
  • Windows Makefile
  • Move to Data.Map, kill AssocList
  • Rewrite parser
  • Refactor error messages
  • Cabal integration
  • Profiling of IntSwitch, maybe dynamic reordering of the items - to move the last to the front?

Bob Davie

irc=beelsebob, wiki=TomDavie, web=http://www.cs.kent.ac.uk/people/rpg/tatd2, email=tatd2@kent.ac.uk

  • Rewrite type checker (with thoughts from Olaf)
  • Write integrated yhci, which uses the compiler directly
  • Write a linker

Mike Dodds

web=http://www.cs.york.ac.uk/~miked/

  • GUI for Yhci