aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-09-11 15:13:20 +0000
committerGravatar admin <admin@branchable.com>2013-09-11 15:13:20 +0000
commit3a135ff1a43053a769211dbe3bf711ad89273f64 (patch)
tree15a111b7868741a1e33febd036e206e46ee199d6
parent608690f1362e08280ec47d42f0ca53b0db5e97b4 (diff)
status update: code has been reviewed, needs merge
-rw-r--r--doc/todo/nicer_whereis_output.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/todo/nicer_whereis_output.mdwn b/doc/todo/nicer_whereis_output.mdwn
index b6352d737..79c4ba02c 100644
--- a/doc/todo/nicer_whereis_output.mdwn
+++ b/doc/todo/nicer_whereis_output.mdwn
@@ -38,12 +38,14 @@ Fourth version: tuning and blocked
This required more advanced parsing of the remotes, and instead of starting to do some JSON parsing, [[anarcat]] figured it was time to learn some Haskell instead.
-Current status: needs review
-============================
+Current status: needs merge
+===========================
So right now, the most recent version of the python script is in [anarcat's gist](https://gist.github.com/anarcat/6502988) and works reasonably well. However, it doesn't distinguish between trusted and untrusted repos and so on.
-Furthermore, we'd like to see this factored into the `whereis` command directly. A [raw.hs](http://codepad.org/miVJb5oK) file has been programmed by `mastensg`, and is now available in the above gist. It fits the desired output and prototypes.
+Furthermore, we'd like to see this factored into the `whereis` command directly. A [raw.hs](http://codepad.org/miVJb5oK) file has been programmed by `mastensg`, and is now available in the above gist. It fits the desired output and prototypes, and has been `haskellized` thanks to [[guilhem]].
+
+Now we just need to merge those marvelous functions in `Whereis.hs` - but I can't quite figure out where to throw that code, so I'll leave it to someone more familiar with the internals of git-annex. The most recent version is still in [anarcat's gist](https://gist.github.com/anarcat/6502988). --[[anarcat]]
Desired output
--------------