Added some more FIXMEs

This commit is contained in:
Michael Snoyman 2014-10-23 15:10:05 +03:00
parent 0cfe2e8d41
commit 2011967b08
3 changed files with 3 additions and 0 deletions

View File

@ -28,5 +28,6 @@ cachedWidget diff key widget = do
$logDebug "Not using cached widget"
WidgetT $ \hd -> do
((), gw) <- unWidgetT widget hd
-- FIXME render the builders in gw for more efficiency
atomicModifyIORef' ref $ \m -> (insertMap key (addUTCTime diff now, gw) m, ())
return ((), gw)

View File

@ -3,3 +3,4 @@
$forall name <- names
<li>
<a href=@{PackageR name}>#{name}
<b>FIXME SYNOPSIS

View File

@ -27,3 +27,4 @@
<li>Add: tags, upvote/downvote a tag, submit new tags. Tags could be used for stability, category, etc
<li>Add: disqus comments
<li>Add: vote on package
<li>Add: README, changelog, dependencies