25 Commits

Author SHA1 Message Date
Kare Morstol c36f2e1051 Update Xcode project. (#94)
As suggested by Xcode 12. Also update Swift version.
2020-09-25 22:31:02 +02:00
Kare Morstol dd25f7bcb8 Xcode project: set deployment target, remove unused iOS stuff. (#89) 2020-07-13 00:50:57 +02:00
Kare Morstol 153bfc58d2 Update to Swift 5 2019-03-26 16:54:01 +01:00
Kare Morstol 9ae82dc6db Move AsyncCommand.launch back to RunOutput(launch:).
Since AsyncCommand.launch was private and only used by RunOutput.
2018-10-03 17:52:36 +02:00
Kare Morstol edfad8d0b7 Xcode 9.3: update to recommended project settings. 2018-04-05 21:03:11 +02:00
Kare Morstol eb9ded045b Update to Swift 4. 2017-06-23 20:15:44 +02:00
Kare Morstol 03adb38f56 Update to Xcode 8.3.
Can't update .swift-version to 3.1 yet because of Travis and swiftenv.
2017-03-29 19:11:11 +02:00
Kare Morstol af7399e93a Fix up ReadableStream.onStringOutput, set framework as dependency for all unit test targets. 2017-03-02 19:15:49 +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
Kare Morstol 11b979c690 Fix AssertNoThrow silencing test failures. Cleanup test helping code. 2017-01-30 20:27:12 +01:00
Kare Morstol e53557624c Update to recommended settings in Xcode 8.2. 2016-12-16 20:13:43 +01:00
Kare Morstol 04759e9245 Reorganise to use "swift test". Replace Xcode project with one auto-generated by swiftpm.
The “Scripts” folder is temporarily moved out of "Tests" because it doesn't work with the Swift Package Manager.
2016-06-06 01:48:36 +02:00
Kare Morstol 2d368bf7d6 Remove old Xcode project and unused files. 2015-09-08 18:04:37 +02:00
Kare Morstol 0b5680c9ab Simplify speedtests.
Pretty sure this used to not work. Why else would this not already be here?
2015-07-09 20:38:41 +02:00
Kare Morstol 0e369c5b48 Update to Xcode 7 beta 3. 2015-07-09 20:37:25 +02:00
Kare Morstol 068473a2fb Enable tests that now pass in Swift 2.0 .
Nice.
2015-06-28 00:54:09 +02:00
Kare Morstol a9dbdcf629 Update to Swift 2.0 .
Wow, lots of changes in Swift 2.0! And all of them great, except for renaming println to print. What's up with that?
This is just to get it to compile, we will be trying and throwing errors in no time.
2015-06-28 00:52:40 +02:00
Kare Morstol 6c22fb9e14 Disable unit tests with runtime crashes in Swift 1.2
So we can run the rest of the unit tests.
2015-02-13 23:18:40 +01:00
Kare Morstol 7ffcf7be5f Skip speed test "testSpeedSwiftSplit" as it takes a very long time.
Also improve output of "testWhenSplitFileAsStringBecomesQuicker".
2014-12-18 01:49:46 +01:00
Kare Morstol 7c0048820a Enable build for running again, so SwiftShell will work in a playground. 2014-10-24 20:21:55 +02:00
Kare Morstol 0edc3d30dd Deactivate unnecessary builds. 2014-10-23 19:11:56 +02:00
Kare Morstol 87659e8e15 Check if constant can be placed outside method now. It can't.
Also updated speed tests. They are almost 50% faster than beta 7!
2014-09-10 20:28:08 +02:00
Kare Morstol d054f4ea12 New speed test baselines. 2014-09-04 18:29:01 +02:00
Kare Morstol e63494b68b Added new test file for Stream_Iteration_SpeedTests. Cleaned up. 2014-08-22 21:56:24 +02:00
Kare Morstol b92999eb44 Added the actual code, thereby improving the project's usefulness considerably. 2014-08-20 00:15:20 +02:00