Add items to TODO
This commit is contained in:
parent
431e43009c
commit
3def66ac3b
6
TODO
6
TODO
@ -20,3 +20,9 @@
|
|||||||
Test on Linux's /proc/sys/kernel/hostname
|
Test on Linux's /proc/sys/kernel/hostname
|
||||||
- Ruby-like Process#detach (is that possible?)
|
- Ruby-like Process#detach (is that possible?)
|
||||||
- stderr isn't flushing on exit
|
- stderr isn't flushing on exit
|
||||||
|
- Pull constants output process.
|
||||||
|
- ReadStream should not use an offset in calls to fs.read
|
||||||
|
(so that it can pull in files larger than 2G)
|
||||||
|
- fs.readFile and fs.readFileSync need to not stat and prealloc a buffer
|
||||||
|
based on size but rather read until EOF into a chain of buffers, then
|
||||||
|
concat them together.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user