Commit 907b747
authored
enable netrc on non-darwin platforms (#210)
motivation:
* netrc functionality is useful on all platforms, the regex functionality was added to non-darwin foundation
* see swiftlang/swift-corelibs-foundation#1522
changes: remove platforms restructions where appropriate1 parent 435a270 commit 907b747
File tree
2 files changed
+1
-12
lines changed- Sources/TSCUtility
- Tests/TSCUtilityTests
2 files changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 16 | | |
26 | 17 | | |
27 | 18 | | |
| |||
168 | 159 | | |
169 | 160 | | |
170 | 161 | | |
171 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
445 | 444 | | |
446 | 445 | | |
447 | 446 | | |
448 | | - | |
| 447 | + | |
0 commit comments