[ANN] Lentil - a frugal issue tracker

lentil - a frugal issue tracker If you litter your code with TODOs and FIXMEs, lentil [1] can help you make sense of that big mess into something nice and readable like: src/Lentil/File.hs 49 does upMan work windows? [feature:intermediate] src/Lentil/Parse.hs 26 eliminate lookahead? refactor parsing? [lint] [refactor] 54 add test for rotoscope [test] It supports tags, filtering, exporting and much more. Check the user manual [2] for more information. [1] http://hackage.haskell.org/package/lentil [2] http://www.ariis.it/static/articles/lentil-manual/page.html

On Tue, 9 Jun 2015, Francesco Ariis wrote:
lentil - a frugal issue tracker
If you litter your code with TODOs and FIXMEs, lentil [1] can help you make sense of that big mess into something nice and readable like:
I am looking for a distributed issue tracker and lentil seems to be that using an elegant approach. However, I guess that users without darcs experience cannot add or discuss issues, right? My idea so far was to use gitit/darcsit as an issue tracker where we could use the Wiki categories as tags and the directory structure for sorting with respect to open and closed tickets.

On Tue, Jun 09, 2015 at 08:06:37PM +0200, Henning Thielemann wrote:
I am looking for a distributed issue tracker and lentil seems to be that using an elegant approach. However, I guess that users without darcs experience cannot add or discuss issues, right? My idea so far was to use gitit/darcsit as an issue tracker where we could use the Wiki categories as tags and the directory structure for sorting with respect to open and closed tickets.
That's actually a good question, and one I had some thought floating in my head on, so I wrote a small column [1] to see how this could work (warning, written in a "release euphoria" state). Your proposed approach is very interesting and actually distributed (mine is decentralised, but probably contains some shared ideas): I would love to see it in action! [1] http://ariis.it/static/articles/decentralised-lentil/page.html
participants (2)
-
Francesco Ariis
-
Henning Thielemann