packages feed

lentil-1.5.3.0: issues.txt

bin/sign.sh
     1  put this in Setup.hs? [refactor]
 
doc/dev/issues.txt
    11  check --output pretty, there are trailing white spaces [bug] [u:1]
    12  win (and mac?) builds [package] [u:2] [2017]
    13  Henning: don't output nothing on lentil xxx.cabal (maybe add 19
        skipped?) [request] [2017]
 
src/Lentil/Export.hs
    54  markdown output - che genere di header? o lista di liste? - come
        mettere i tag? /[[cdsacad] [feature] [u:3] [cdsac]
 
src/Lentil/File.hs
    69  combine funziona su windows? [test]
 
src/Lentil/Parse/Run.hs
   147  Row should be carried on by issues, not be manually set! [refactor]
 
src/Lentil/Parse/Syntaxes.hs
    25  qptain_nemo fake multiline comments in C (i.e. // and \ at the
        bottom of the line, continued into next line, are valid C comments
        but not recognised by lentil [u:1] [request]
    31  (Iustin Pop) export to markdown. [u:1] [request]
    32  scanner for yesod templates (hamlet/julius/casius) which are a bit
        difficult since they are html/js/css + embedded Haskell. [u:1]
        [request]
    36  Consider using https://github.com/github/semantic ? [design]
    45  lowercase does not work (not recognised, .r vs. .R) [bug]
   119  rst parser doesn't respect whitespace or paragraphs. How to
        implement this without breaking other parsers? [bug] [design]
 
src/Main.hs
    14  ignore dist dist-newstyle and common folders [feature:basic]
    15  help su `lentil` più semplie (`use lentil .`) [feature:basic]
    16  lentil con lexer? [design]
    17  lentil <-- invoke with lentil . or lentil --help [feature:basic]
 
test/Lentil/FileSpec.hs
    34  do not allow duplicate issues [bug]
    39  excluding files fails on MS Windows! Check why! [u:3] [bug]