summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-09-11 05:20:05 +0000
committerGravatar admin <admin@branchable.com>2013-09-11 05:20:05 +0000
commitce60dea5a48b169e745a47dea44e800d2a03c1e3 (patch)
treeae47352fe60b780045477de3bd9c8343889efe2c
parent4249c5a7fa4359e769080a86bf026f97ea4a9188 (diff)
prototype ready for review
-rw-r--r--doc/todo/nicer_whereis_output.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/todo/nicer_whereis_output.mdwn b/doc/todo/nicer_whereis_output.mdwn
index 22be93bd2..b6352d737 100644
--- a/doc/todo/nicer_whereis_output.mdwn
+++ b/doc/todo/nicer_whereis_output.mdwn
@@ -38,12 +38,12 @@ 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 work
-==========================
+Current status: needs review
+============================
-So right now, the most recent version 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.
+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.
+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.
Desired output
--------------