packages feed

lentil-0.1.1.3: 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  todo/fixmes in different sections [request] [u:3]
    21  linux kernel, lentil si inceppa su dei caratteri [bug]
    22  da cabal a hpack [u:1] [feature:advanced]
    23  ad oggi veramente lento [u:2] [refactor]
    24  list 'ok' tags somehow? put them in doc? [doc] [design]
    25  sm: issue numbers is valuable [design] [request]
    26  sm: have a way to link to discussion/history of issue [design]
        [request]
    27  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]
    33  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]
 
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
    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]
   116  add langparsers che sia estensibile e leggibile a compilazione
        [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/Print.hs
    43  colours are bad for unix philosophy, remove them? hlint manages to
        get a colorised output when ran alone but not when piped to less,
        how? [design]
 
test/Lentil/ArgsSpec.hs
    12  can't test lOpts, need to make a runner and a validator on the
        output from io [test]