7 Commits
Author SHA1 Message Date
Kare Morstol a1ad3fb25c Reformat code using swiftformat 0.40.14
Because it is the last version that does indentation and alignment correctly (tabs for indentation, spaces for alignment).
2020-07-11 15:33:57 +02:00
Kare Morstol 303dca53a3 Remove Tests/LinuxMain.swift, use '--enable-test-discovery' on Linux instead. 2020-07-10 19:38:47 +02:00
Kare Morstol 5e3e1b0c66 Improve alignment. Make testIntsLazySplit_NoEmptySlices actually do something. 2018-04-06 19:46:18 +02:00
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 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 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