3a824465c8
Travis: test on Swift 3.1 beta
Kare Morstol
2017-03-23 20:28:16 +01:00
4c416f38a4
Swift 3.1 Correctly Removes Task (#35)
Joe Smith
2017-03-23 12:37:49 -07:00
fee47d0857
Readme: add header for Moderator and FileSmith.
Kare Morstol
2017-03-16 01:12:49 +01:00
03384130ea
Remove CocoaPods test from Travis as it only fails there.
Kare Morstol
2017-03-02 22:08:22 +01:00
89ac85208c
Readme: update CocoaPods instructions and projected Swift version for ABI instability.
Kare Morstol
2017-03-02 19:51:42 +01:00
d6feaf2606
Add test of pod spec to Travis.
Kare Morstol
2017-03-02 19:34:58 +01:00
af7399e93a
Fix up ReadableStream.onStringOutput, set framework as dependency for all unit test targets.
Kare Morstol
2017-03-02 19:15:49 +01:00
d944464578
Update podspec with iOS deployment target 9.0.
3.0.0-beta.11
Kare Morstol
2017-03-01 21:58:37 +01:00
5a78671651
Remove completely unintended and compile-breaking word.
Kare Morstol
2017-03-01 19:28:55 +01:00
a93535b390
Add CocoaPods support.
Kare Morstol
2017-03-01 19:17:43 +01:00
bcaab22767
Require encoding for FileHandle.readSome and .read. Documentation.
Kare Morstol
2017-03-01 18:25:58 +01:00
fa70e419dd
Enable building for iOS. Just the Stream part. So FileSmith can use it.
3.0.0-beta.10
Kare Morstol
2017-02-21 22:09:00 +01:00
7204dbdb3a
@discardableResult declared on a function returning Void is unnecessary.
Kare Morstol
2017-02-21 22:11:54 +01:00
62780a880a
String(contentsOfFile:) not implemented on Linux, use String(contentsOfFile: encoding:) instead.
3.0.0-beta.9
Kare Morstol
2017-01-31 00:41:29 +01:00
43a726bbba
Fix testOpenForOverWritingCreatesIntermediateDirectory.
Kare Morstol
2017-01-30 20:37:13 +01:00
11b979c690
Fix AssertNoThrow silencing test failures. Cleanup test helping code.
Kare Morstol
2017-01-30 20:27:12 +01:00
93b2b36d68
Fix intermediate directories not created (#32)
Miguel Angel Quinones Garcia
2017-01-30 19:13:49 +00:00
eca353d338
Rename WriteableStream to WritableStream.
Kare Morstol
2017-01-25 18:50:56 +01:00
4145afefd8
Make the default main.stdout a StdoutStream, which uses Swift.print().
3.0.0-beta.8
Kare Morstol
2017-01-09 22:56:57 +01:00
fa8f65e13f
Make ReadableStream.lines return type prettier.
Kare Morstol
2017-01-09 22:32:47 +01:00
ce44afe306
Turn WriteableStream and ReadableStream into protocols.
Kare Morstol
2017-01-09 17:43:53 +01:00
e53557624c
Update to recommended settings in Xcode 8.2.
Kare Morstol
2016-12-16 20:13:43 +01:00
6f5138e9d6
Update Swift version to 3.0.2.
Kare Morstol
2016-12-16 20:05:24 +01:00
5dd2da16f0
Remove workaround for fixed compiler bug when printing errors.
3.0.0-beta.7
Kare Morstol
2016-11-23 00:17:10 +01:00
fe81f49fb5
Make .encoding in WriteableStream and ReadableStream public and mutable.
Kare Morstol
2016-11-16 20:52:05 +01:00
3abef0d51d
Small documentation fix.
Kare Morstol
2016-11-15 18:31:30 +01:00
daf894ed2a
Readme: list functionality and mention readSome().
Kare Morstol
2016-11-16 20:43:15 +01:00