File: TODO

package info (click to toggle)
ruby-fusefs 0.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: ansic: 1,137; ruby: 760; sh: 8; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
TODO for FuseFS
===============

- Problem with editors: vim attempts to create and then delete a numbered file.
  This can be an issue if the filename (all digits) is reported as not valid.

  I am looking for a solution for this, but it's gonna be a pain.

- Tests, more tests, and unit tests!

- Consider FIFOs? We can use FIFOs to mimic TCP internet, if we do this right.