__color__,ticket,summary,component,version,milestone,type,owner,status,created,_changetime,_description,_reporter
4,17,Check profiling and ticky counters in runtime system and add tests,Runtime System,,,newbie,,new,2009-05-12T13:56:26Z+0100,2010-08-25T08:04:03Z+0100,"I haven't checked this for a while, not sure if it's still working.
Need to add tests to make sure support for ticky counters doesn't rot.",benl
4,15,Ensure we're sharing constant values of enumeration type.,Core Transforms,,0.1.3,newbie,,new,2009-05-12T13:48:17Z+0100,2010-08-25T08:11:51Z+0100,"Make sure we're not reallocating True, False and Unit values.",benl
4,186,Source.Defix.hs: Non-exhaustive patterns in lambda,Source Semantics,,,newbie,,new,2010-08-24T09:30:44Z+0100,2010-08-25T08:03:10Z+0100,"Simple program:

{{{
main ()
 = do	list = [1, 2, 3]
	println $ ""list "" % list % "" : "" $ show list
}}}

currently fails with the error message:

{{{
ddc: src/Source/Defix.hs:94:16-31: Non-exhaustive patterns in lambda
}}}

The program is wrong but should display a better error message.
",erikd
1,86,Use Haskell/GHC style pragma instead of a pragma keyword,Build System,0.1.2,0.1.5,newbie,,new,2009-06-24T08:11:36Z+0100,2010-08-25T08:10:49Z+0100,"If in doubt, follow GHC.",benl
4,187,"Write tests for Data,ArrayU module.",Runtime System,,,newbie,,new,2010-08-26T11:50:19Z+0100,2010-08-26T11:50:19Z+0100,"I just found and fixed a bug in this module. Unfortunately the module has no tests.
",erikd
