Changes between Version 45 and Version 46 of WikiStart
- Timestamp:
- 04/29/10 00:12:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v45 v46 17 17 * Also implementing a new module interface file format. We need this to propagate constraints on top-level regions between modules, and also to move towards being able to do cross-module inlining. 18 18 19 ==== Erik de Castro Lopo (m3ga) -- updated 6th Apr 2010 ====19 ==== Erik de Castro Lopo (m3ga) -- updated 29th Apr 2010 ==== 20 20 * Above all, I'm doing bug fixing. However there are still large chunks of the compiler I don't understand. These bits need Ben's attention. 21 21 * The top of my list are bugs (in numeric order) [http://trac.haskell.org/ddc/ticket/7 #7] (waiting on #168), [http://trac.haskell.org/ddc/ticket/102 #102] and anything marked with a [http://trac.haskell.org/ddc/query?status=new&status=assigned&status=reopened&milestone=0.1.3&order=priority milestone of 0.1.3]. These bugs are all deeper than the ones I've worked on previously and I'm not sure if I can make progress on these or not. 22 * Also working on finding examples of of code (currently concentrating on list comprehensions) which compiles with GHC but fails with DDC. We'd like to make DDC as Haskell compatible as possible. 22 * Working on finding examples of of code (currently concentrating on list comprehensions) which compiles with GHC but fails with DDC. We'd like to make DDC as Haskell compatible as possible. 23 * Working on making the library more usable. 23 24 24 25 == [wiki:Language] ==
