packages feed

lentil-1.3.2.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/File.hs
    68  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]
   110  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]
 
test/Lentil/FileSpec.hs
    38  excluding files fails on MS Windows! Check why! [u:3] [bug]