File: TODOs.org

package info (click to toggle)
rust-coreutils 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 505,620 kB
  • sloc: ansic: 103,594; asm: 28,570; sh: 8,910; python: 5,581; makefile: 472; cpp: 97; javascript: 72
file content (23 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* TODOs

** Breaking

*** TODO Why does ~add_pid~ take a ~filter~
*** TODO Don't expose all of the constants from ~kqueue-sys~
*** TODO Express which filters are appropriate for which functions in the type system
*** TODO Watcher is a trait, ~UncheckedWatcher~ and ~UncheckedWatcher~ impl it
*** TODO Redo API kinda like notify's
*** TODO use ~OwnedFd~ instead of ~RawFd~

** Non-breaking

*** TODO Why does remove_* call ~kevent~ and not add_*? (may be breaking)
*** TODO Try and abstract away ~NOTE_TRACK~ and ~NOTE_CHILD~ if possible and non-breaking
*** TODO ~get_event~ should probably check ~started~ status
*** TODO Make sure that filters and flags are sensible
*** TODO Why does ~as_size~ exist?
*** TODO implement ~timer~ and ~signal~
*** TODO ummm add ~stop~?
*** TODO iterator with a timeout?
*** TODO ~UncheckedWatcher~
*** TODO async api