packages feed

lentil-0.2.0.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  test con 7.6.3 [feature:basic] [test]
    17  linux kernel e darcs, lentil si inceppa su dei caratteri [bug]
        [2016]
    18  autoignore non-text files? (binary, images, bloom filter) [2016]
    19  da cabal a hpack [u:1] [feature:advanced]
    20  sm: issue numbers is valuable [design] [request]
    21  sm: have a way to link to discussion/history of issue [design]
        [request]
    22  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]
    28  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]
    34  make it lazy in ouputting todos [refactor]
    35  way to 'group' (section) output by tag [feature:advanced]
    36  win (and mac?) builds [package] [u:3] [2016]
    37  Henning: don't output nothing on lentil xxx.cabal (maybe add 19
        skipped?) [request] [2016]
    38  code coverage [test]
    39  add .lentilignore (or even .lentilconf) Michał Antkiewicz
        [feature:intermediate] [request]
    41 
   https://blog.steve.org.uk/If_line_noise_is_a_program__all_fuzzers_are_developers.html
   in lentil? [debug] [u:2]
    42  parsing with http://awgn.github.io/cgrep/ [test]
 
src/Lentil/Args.hs
    25  disambiguation optparse-applicative [feature:intermediate]
    26  help as lentil PATH [ PATH... ] [ OPTIONS ] [feature:intermediate]
   102  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]
    61  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 [design] [u:2] [bug]
 
src/Lentil/Parse/Run.hs
    27  hGetContents: invalid argument (invalid byte sequence) [fixme]
        [u:3] [2016]
    33  a function String -> [Issue]
    70  change '\n' trick [refactor] [duct]
 
src/Lentil/Parse/Syntaxes.hs
    31  add langparsers che sia estensibile e leggibile a compilazione
        [u:2] [feature:intermediate]
    56  multiline signature? [lint]
 
src/Main.hs
    41  leave sort out as now? [design]
    58  o ord? [fixme]
 
test/Lentil/ArgsSpec.hs
    37  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]