lentil-0.1.1.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 le ricerche è meglio che siano case unsensitive [feature:basic]
19 check --output pretty, there are trailing white spaces [bug] [u:1]
20 test con 7.6.3 [feature:basic] [test]
21 todo/fixmes in different sections [request] [u:3]
src/Lentil.hs
13 compile with O2? [refactor]
36 clean these nested ifs up [lint]
src/Lentil/Args.hs
23 show help option in lentil short help [feature:intermediate]
24 disambiguation optparse-applicative [feature:intermediate]
25 help as lentil PATH [ PATH... ] [ OPTIONS ] [feature:intermediate]
90 uncomment and implement sorting [feature:intermediate]
src/Lentil/File.hs
49 combine funziona su windows? [feature:intermediate]
src/Lentil/Parse/Issue.hs
26 eliminate lookahead? fai il parser davvero da bottom up senza sub
parsing [lint] [refactor]
28 e che fare quando il todo segue un * come nei commenti lunghi c?
[design]
56 add this to (ciString ancillaries?) [refactor]
67 add blankline to ancillaries? [lint]
110 allow tags in before description? [doc] [design]
141 rimuovi tutti gli eof, oramai non servono [refactor]
165 partial pattern! [refactor] [lint]
180 deduplicate runparsource [lint] [refactor]
src/Lentil/Parse/Source.hs
41 ++ "\n" is inefficient [lint] [refactor]
62 fallo diventare string così non impazzisci nelle altre parti
[refactor]
83 lint program parser [lint]
87 manyTill1 broken? occhio che al primon on chiama ed! [test]
102 ugly parens [lint] [refactor]
115 add more langparsers [feature:intermediate]
116 fallo che sia estensibile e leggibile a compilazione [design] [u:3]
155 ugly hack to allow tODOs to be parseable even in first line. This
is coupled with another hack in parser `issue` (another module).
[refactor] [lint] [duct]
src/Lentil/Query.hs
21 filtering case unsensitive? [test]
test/Lentil/ArgsSpec.hs
12 can't test lOpts, need to make a runner and a validator on the
output from io [test]