From: nejucomo <nejucomo@gmail.com>
Date: Sun, 1 Jun 2008 02:21:42 +0000 (-0700)
Subject: fuse_a: Update todo/wishlist comments in tahoe_fuse.py to reflect my intent.
X-Git-Tag: allmydata-tahoe-1.1.0~62
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri//%22%3C?a=commitdiff_plain;h=46aa31da92cba34ba36a8e791977b7ef70a0a661;p=tahoe-lafs%2Ftahoe-lafs.git

fuse_a: Update todo/wishlist comments in tahoe_fuse.py to reflect my intent.
---

diff --git a/contrib/fuse_a/tahoe_fuse.py b/contrib/fuse_a/tahoe_fuse.py
index 56ac3122..33d65bbc 100644
--- a/contrib/fuse_a/tahoe_fuse.py
+++ b/contrib/fuse_a/tahoe_fuse.py
@@ -17,17 +17,14 @@ Warts:
 
 
 Road-map:
-
 1. Add unit tests where possible with little code modification.
 2. Make unit tests pass for a variety of python-fuse module versions.
 3. Modify the design to make possible unit test coverage of larger portions of code.
 
-In parallel:
-*. Make system tests which launch a client, mount a fuse interface, and excercise the whole stack.
-
 Wishlist:
-- Reuse allmydata.uri to check/canonicalize uris.
+- Perhaps integrate cli aliases or root_dir.cap.
 - Research pkg_resources; see if it can replace the try-import-except-import-error pattern.
+- Switch to logging instead of homebrew logging.
 '''