packages feed

lentil-0.1.4.0: issues.txt

bin/make-bins.hs
    20  auto search (global? cpp?) version number? [dist]
 
doc/dev/issues.txt
    10  have stuff linked to haskell-platform friendly e non template
        haskell and stuff [feature:intermediate]
    12  html report, come hlint [feature:advanced]
    13  symlinks? [feature:intermediate]
    14  check --output pretty, there are trailing white spaces [bug] [u:1]
    15  test con 7.6.3 [feature:basic] [test]
    16  linux kernel, lentil si inceppa su dei caratteri [bug]
    17  da cabal a hpack [u:1] [feature:advanced]
    18  sm: issue numbers is valuable [design] [request]
    19  sm: have a way to link to discussion/history of issue [design]
        [request]
    20  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]
    26  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]
    32  make it lazy in ouputting todos [refactor]
    33  way to 'group' (section) output by tag [feature:advanced]
    34  win (and mac?) builds [package] [u:3]
 
src/Lentil/Args.hs
    23  disambiguation optparse-applicative [feature:intermediate]
    24  help as lentil PATH [ PATH... ] [ OPTIONS ] [feature:intermediate]
    88  uncomment and implement sorting [feature:intermediate]
 
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/Run.hs
    27  hGetContents: invalid argument (invalid byte sequence) [fixme]
        [u:3]
    33  a function String -> [Issue]
    69  change '\n' trick [refactor] [duct]
 
src/Lentil/Parse/Syntaxes.hs
    21  add langparsers che sia estensibile e leggibile a compilazione
        [u:2] [feature:intermediate]
    40  multiline signature? [lint]
    41  tag at the beginning too? [design]
 
src/Main.hs
    35  add doc to use less -r when piping hIsTerminalDevice stdout [doc]
    41  leave sort out as now? [design]
    58  o ord? [fixme]
 
test/Lentil/ArgsSpec.hs
    37  real parsing testing options [test]
 
test/Tests.hs
     4 
    http://hackage.haskell.org/package/mockery-0.3.0/docs/Test-Mockery-Directory.html
    instead of folder use this? [refactor]