Lucu release Lucu-1.0

« Lucu project page
Status: unreleased
Completion:                                                    73%
11 / 15 issues

Issues

in progress 2011-12-26 Throw away the whole idea of greedy resources.
won't fix 2011-12-16 Rsrc Monad should be parameterised by phantom types (e.g. Rsrc GET a) to reduce the chance of runtime errors.
fixed 2011-12-14 Use convertible wherever appropriate.
2011-12-14 'Rsrc a' should be defined as 'ErrorT Abortion (ReaderT NormalInteraction IO) a' with help from control-monad-failure.
fixed 2011-11-29 Remove deps on HXT
2011-11-14 Use hashmap wherever possible.
fixed 2011-11-07 lucu-implant-file should use TemplateHaskell rather than haskell-src-exts for simplicity.
fixed 2011-10-31 Generate DefaultExtensionMap and StatusCode using TH
fixed 2011-10-26 Drop dependency on the unix package
fixed 2011-10-26 Add a configuration flag -fSSL to enable SSL support (default: off)
fixed 2011-10-17 Introduce a type class 'Dispatcher' and make ResTree/FallbackHandler instances of it.
2011-10-08 Use iteratee instead of Lazy I/O
fixed 2011-07-30 Don't use String type. We have Ascii, Text and ByteString.
fixed 2011-07-29 Use blaze-builder if possible.
fixed 2010-03-12 Use attoparsec instead of our handmade parser combinator

Recent activity for this release

2012-01-05 Throw away the whole idea of greedy resources. in progress changed status from unstarted to in_progress
2011-12-27 Rsrc Monad should be parameterised by phantom types (e.g. Rsrc GET a) to reduce the chance of runtime errors. won't fix closed with disposition wontfix
2011-12-26 Throw away the whole idea of greedy resources. in progress commented
2011-12-26 Throw away the whole idea of greedy resources. in progress created
2011-12-20 Rsrc Monad should be parameterised by phantom types (e.g. Rsrc GET a) to reduce the chance of runtime errors. won't fix changed status from unstarted to in_progress
2011-12-19 Use convertible wherever appropriate. fixed closed with disposition fixed
2011-12-16 Rsrc Monad should be parameterised by phantom types (e.g. Rsrc GET a) to reduce the chance of runtime errors. won't fix created
2011-12-15 Use convertible wherever appropriate. fixed changed status from unstarted to in_progress
2011-12-15 Use convertible wherever appropriate. fixed edited title
2011-12-14 Use convertible wherever appropriate. fixed created

Release log

Sat Jul 30 04:38:52 UTC 2011 PHO <pho@...> created
We'll no longer use String types unless it is absolutely necessary.