| 16 | 16 | * 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. |
| 17 | 17 | * 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. |
| 18 | 18 | * 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. |
| 19 | 19 | * Working on making the library more usable. |