File tree
5 files changed
+8
-8
lines changed- Carthage/Checkouts
5 files changed
+8
-8
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Submodule swift-nonempty updated 23 files
- .circleci/config.yml-35
- .github/workflows/ci.yml+22
- .sourcery-templates/LinuxMain.stencil-16
- .swift-version-1
- .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata+7
- .travis.yml-11
- Development.xcconfig-3
- Dockerfile-9
- Makefile+13-14
- NonEmpty.podspec+1-1
- NonEmpty.xcodeproj/project.pbxproj+338-322
- NonEmpty.xcodeproj/xcshareddata/xcschemes/NonEmpty_iOS.xcscheme+8-6
- NonEmpty.xcodeproj/xcshareddata/xcschemes/NonEmpty_macOS.xcscheme+8-6
- NonEmpty.xcodeproj/xcshareddata/xcschemes/NonEmpty_tvOS.xcscheme+8-6
- NonEmpty.xcodeproj/xcshareddata/xcschemes/NonEmpty_watchOS.xcscheme+8-6
- Package.swift+3-3
- README.md+4-5
- Sources/NonEmpty/NonEmpty+Collection.swift+1-1
- Sources/NonEmpty/NonEmpty+MutableCollection.swift+1-1
- Sources/NonEmpty/NonEmpty+RandomAccessCollection.swift+1-2
- Sources/NonEmpty/NonEmpty.swift+1-1
- Tests/LinuxMain.swift-29
- project.yml+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 |
| - | |
| 182 | + | |
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
| 191 | + | |
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
|
0 commit comments