11 Commits
Author SHA1 Message Date
Kare Morstol 66d57774a2 Replace String($0) with String.init. Add missing Linux unit test. 2018-01-30 02:03:49 +01:00
Harlan Haskins bca9b0288e Remove deprecated uses of .characters 2017-12-03 22:46:43 -05:00
Kare Morstol ecf0544d74 Merge swift4 into master 2017-09-25 21:22:43 +02:00
Kare Morstol adcb0a09fa Streams: add support for writing and reading Data. 2017-04-27 23:53:05 +02:00
Kare Morstol f3bfbeb524 Make sure writing a stream to another stream compiles.
Because it very easily does not.
2017-04-27 23:53:05 +02:00
Kare Morstol fdf348859c Remove space before ( in function declarations.
I used to think it looked better for some reason.
2017-04-20 20:32:29 +02:00
Kare Morstol 1fef513b26 Documentation: small fixes. 2017-04-20 19:54:09 +02:00
Kare Morstol 755d1aa563 run() returns RunOutput instead of String. Supports || and &&. 2017-03-29 19:59:26 +02:00
Kare Morstol 5a78671651 Remove completely unintended and compile-breaking word. 2017-03-01 19:28:55 +01:00
Kare Morstol bcaab22767 Require encoding for FileHandle.readSome and .read. Documentation. 2017-03-01 18:25:58 +01:00
Kare Morstol fa70e419dd Enable building for iOS. Just the Stream part. So FileSmith can use it.
The rest cannot build on iOS because it uses Process.
Move the Stream files into its own directory.
2017-02-28 01:45:24 +01:00