-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I was speaking with Ruby and this list was entirely off the cuff but I thought I'd include it here and we can update it over time and turn it into more of an actual plan:
- get the input stuff sorted out so it's not painful to use the repl ((end) support Emoji and UTF-8 input in CLI #71 and (chore) refactory CLI history #72 needs testing)
- make sure
Stdin
/Stdout
etc is good (wren-cli should fflush(0) before returning with a successful exit code #56, io.Stdout.flush() ignores output errors rather than ensuring output buffers get written #59, wren-cli should support reading from stdin #55, Stdin tests fail on windows/mac #27, Stdin.readLine aborts when reading from a file #29, Stdin.readByte is broken. #17) -
File
/Directory
/IO
rounded out (Improve file/directory utils #84) - child process stuff done properly (including std redirections etc) (I've started on this with (enh) adds Process.exec(cmd, [args], [cwd],[env]) #94 but no redirection support)
- basic networking (tcp)
- higher level networking (http etc)
chances
Metadata
Metadata
Assignees
Labels
No labels