Changes between Version 14 and Version 15 of Status/Releases
- Timestamp:
- 07/09/08 08:45:53 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/Releases
v14 v15 16 16 * '''External Core''' (output only) is working again, thanks to Tim Chevalier. 17 17 18 * '''Haddock 2''' (see also #1964 (GHC.Prim), #2335 (build problem)). ('''Ian ''': a few days.)18 * '''Haddock 2''' (see also #1964 (GHC.Prim), #2335 (build problem)). ('''Ian Lynagh''': a few days.) 19 19 * Build it with GHC (maybe ship it with GHC too) 20 20 * Documentation for GHC API done via Haddock 2 21 21 22 * '''Unicode support for text I/O'''. This means adding Unicode encoding/decoding for Text I/O handles. ('''Simon M ''': a few days work.)22 * '''Unicode support for text I/O'''. This means adding Unicode encoding/decoding for Text I/O handles. ('''Simon Marlow''': a few days work.) 23 23 * Consensus was that Text I/O should always use the current locale encoding. 24 24 * You can elect to have no encoding by opening in binary mode, but that's all. 25 25 26 * '''Extensible exceptions''', along the lines of Simon's paper [http://www.haskell.org/~simonmar/papers/ext-exceptions.pdf "An Extensible Dynamically-Typed Hierarchy of Exceptions"]. This is mainly a library change. '' Ian Lynagh'' is running a discussion, but we expect it to reach consensus in plenty of time for 6.10.26 * '''Extensible exceptions''', along the lines of Simon's paper [http://www.haskell.org/~simonmar/papers/ext-exceptions.pdf "An Extensible Dynamically-Typed Hierarchy of Exceptions"]. This is mainly a library change. '''Ian Lynagh''' is running a discussion, but we expect it to reach consensus in plenty of time for 6.10. 27 27 28 28 * '''Parallel garbage collection''' (see [http://research.microsoft.com/%7Esimonpj/papers/parallel-gc/index.htm Parallel generational-copying garbage collection with a block-structured heap]). ''Simon Marlow'' … … 34 34 * Performance penalty, but too small to measure 35 35 36 * '''[wiki:Commentary/Compiler/NewCodeGen Back-end revamp]''' (see also #1501). John Diasis in charge. For 6.10 we will make sure that the whole existing path still exists, so we can choose at a late date whether to rely on the new path or not.36 * '''[wiki:Commentary/Compiler/NewCodeGen Back-end revamp]''' (see also #1501). '''John Dias''' is in charge. For 6.10 we will make sure that the whole existing path still exists, so we can choose at a late date whether to rely on the new path or not. 37 37 38 38 * '''[http://haskell.org/haskellwiki/GHC/Indexed_types Type families]''', fully working. ''Manuel Chakravarty and Simon PJ''
