packages feed

lentil-1.0.2.0: issues.txt

bin/make-bins.hs
    21  auto search (global? cpp?) version number? [dist]
 
doc/dev/issues.txt
    11  have stuff linked to haskell-platform friendly e non template
        haskell and stuff [feature:intermediate]
    13  html report, come hlint [feature:advanced]
    14  symlinks? [feature:intermediate]
    15  check --output pretty, there are trailing white spaces [bug] [u:1]
    16  autoignore non-text files? (binary, images, bloom filter) [2016]
    17  sm: issue numbers is valuable [design] [request]
    18  sm: have a way to link to discussion/history of issue [design]
        [request]
    19  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]
    25  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]
    31  way to 'group' (section) output by tag [feature:advanced]
    32  win (and mac?) builds [package] [u:3] [2016]
    33  Henning: don't output nothing on lentil xxx.cabal (maybe add 19
        skipped?) [request] [2016]
    34  code coverage [test]
    35  add .lentilignore (or even .lentilconf) Michał Antkiewicz
        [feature:intermediate] [request]
    37 
   https://blog.steve.org.uk/If_line_noise_is_a_program__all_fuzzers_are_developers.html
   in lentil? [debug] [u:2]
    38  parsing with http://awgn.github.io/cgrep/ [design]
 
src/Lentil/Args.hs
    26  disambiguation optparse-applicative [feature:intermediate]
    27  help as lentil PATH [ PATH... ] [ OPTIONS ] [feature:intermediate]
   111  uncomment and implement sorting [feature:intermediate]
 
src/Lentil/Export.hs
    36  maybe use a dedicated library to format xml? [design]
 
src/Lentil/File.hs
    41  not using canonised paths because it is extremely slow on big
        repositories (like darcs). Explore different possibilities
        (conduit, new Filepath, unix program). [u:2] [duct]
    57  apparently toListM is not idiomatic [refactor] [duct]
    68  use pipes-files when released [feature:intermediate]
    80  combine funziona su windows? [feature:intermediate]
 
src/Lentil/Parse/Issue.hs
    30  "feature" flagword could (in theory) clash with a free-text comment
        (if it is present in the middle of a sentence at the beginning of a
        line). Consider alternatives (as: making new words configurable in
        .lentil dotfile. After checking the linux kernel, it definitely is.
        Erase it and possibly make it an option [design] [u:3] [bug]
   112  applicative style possible? [u:1] [refactor]
 
src/Lentil/Parse/Run.hs
    58  a function String -> [Issue]
    80  <qptain> personally i don't like when the leading character of the
        progress bar is different [feeback] [request]
    96  sicuramente c'è un modo più elegante e breve. Ah! quando mettono le
        tuples section! [refactor] [duct]
 
src/Lentil/Parse/Syntaxes.hs
    33  add langparsers che sia estensibile e leggibile a compilazione
        [u:2] [feature:intermediate]
    60  multiline signature? [lint]
 
src/Main.hs
    41  leave sort out as now? [design]
    58  o ord? [fixme]
 
test/Lentil/ArgsSpec.hs
    38  real parsing testing options [test]
 
test/Lentil/FileSpec.hs
    38  excluding files fails on MS Windows! Check why! [u:3] [bug]
 
test/Tests.hs
     4 
   http://hackage.haskell.org/package/mockery-0.3.0/docs/Test-Mockery-Directory.html
   instead of folder use this? [refactor]