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

This commit is contained in:
nejucomo 2008-05-31 19:21:42 -07:00
parent 82f0cc106b
commit 46aa31da92

View File

@ -17,17 +17,14 @@ Warts:
Road-map: Road-map:
1. Add unit tests where possible with little code modification. 1. Add unit tests where possible with little code modification.
2. Make unit tests pass for a variety of python-fuse module versions. 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. 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: 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. - Research pkg_resources; see if it can replace the try-import-except-import-error pattern.
- Switch to logging instead of homebrew logging.
''' '''