File: TODO

package info (click to toggle)
python-fsquota 0.1.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 392 kB
  • sloc: ansic: 2,670; python: 545; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
optional enhancements:
- RPC use persistent client connection (configurable)
  add support for __enter__ and __exit__ for "with"
- NetBSD: call quota_open() only once during __init__
- FreeBSD >= 8.1: could use quotafile functions in -lutil
- support setting quota limits via RPC (v2)
- getmntent: distinguish end-of-list from error (when possible)?
- use tirpc even if SUN-RPC is implemented in libc too:
  requires linker options to control symbol resolution order
- automated unit-tests (as far as possible)
- automatically define NDEBUG for debug builds (if possible?)
- generate UNIX man page for dist