-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File server tests #125
File server tests #125
Conversation
@@ -16,21 +14,12 @@ import "fs/path/relative_test.ts"; | |||
import "fs/path/resolve_test.ts"; | |||
import "fs/path/zero_length_strings_test.ts"; | |||
import "io/bufio_test.ts"; | |||
import "io/ioutil_test.ts"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside: I wasn't sure if ioutil should remain here, it's a badly named file atm.
If ioutil is useful outside of ws we should be a little more descriptive... else move it to ws.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree the name isn't great - but it comes from go - so at least there's that president : https://golang.org/pkg/io/ioutil/
I think it's useful outside of WS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks!
Also a couple of miscellaneous cleanups (test files not being run).
xlink: #108