packages feed

lentil-0.1.2.1: issues.txt

doc/dev/issues.txt
    10  from String to Text? [feature:advanced]
    11  colorise output on regexps? [feature:advanced]
    12  allow different markups [feature:advanced]
    13  recognize module names [feature:advanced]
    14  have stuff linked to haskell-platform friendly e non template
        haskell and stuff [feature:intermediate]
    16  html report, come hlint [feature:advanced]
    17  symlinks? [feature:intermediate]
    18  check --output pretty, there are trailing white spaces [bug] [u:1]
    19  test con 7.6.3 [feature:basic] [test]
    20  linux kernel, lentil si inceppa su dei caratteri [bug]
    21  da cabal a hpack [u:1] [feature:advanced]
    22  ad oggi veramente lento [u:2] [refactor]
    23  sm: issue numbers is valuable [design] [request]
    24  sm: have a way to link to discussion/history of issue [design]
        [request]
    25  sm: 1. lentil autogenerates numbers where missing adding tags, 2.
        creates an associated numbered file in .issues/, displays
        associated notes written in those files is asked, 3. even update
        them when there is a source change. (4) these files could be
        webserved when they want something linkable. Vedi comments in
        doc/dev/issues.txt [design] [request]
    31  chickpea, lentil's brother. Two commands, add number to numberless
        tag (#1212 or something), create a mini db with those issues, which
        automatically updated and you can even write stuff in there. O
        maybe you can even add lentil, chickpea and quinoa. Vedi more in
        doc/dev/issues.txt [design]
    37  make it lazy in ouputting todos [refactor]
    38  way to 'group' (section) output by tag [feature:advanced]
 
src/Lentil/Args.hs
    23  disambiguation optparse-applicative [feature:intermediate]
    24  help as lentil PATH [ PATH... ] [ OPTIONS ] [feature:intermediate]
    89  uncomment and implement sorting [feature:intermediate]
 
src/Lentil/File.hs
    51  combine funziona su windows? [feature:intermediate]
 
src/Lentil/Parse/Issue.hs
    23  e che fare quando il todo segue un * come nei commenti lunghi c?
        [design]
    63  add this to (ciString ancillaries?) [refactor]
   114  usa spaces non ' ' [fixme]
   156  specifica meglio [fixme]
 
src/Lentil/Parse/Run.hs
    31  a function String -> [Issue]
    72  change '\n' trick [refactor] [duct]
 
src/Lentil/Parse/Syntaxes.hs
    19  add langparsers che sia estensibile e leggibile a compilazione
        [u:2] [feature:intermediate]
    35  multiline signature? [lint]
    36  tag at the beginning too? [design]
 
src/Main.hs
    35  add doc to use less -r when piping hIsTerminalDevice stdout [doc]
 
test/Lentil/ArgsSpec.hs
    12  can't test lOpts, need to make a runner and a validator on the
        output from io [test]
 
test/Tests.hs
     3 
   http://hackage.haskell.org/package/nanospec-0.2.1/docs/Test-Hspec.html
   use this? [refactor]
     6 
   http://hackage.haskell.org/package/mockery-0.3.0/docs/Test-Mockery-Directory.html
   instead of folder use this? [refactor]