Commit 0054181
authored
mark argument parser as deprecated (#194)
* deprecate argument parser functionality
motivation: swift-argument-parser replaces this custom functionality, and SWiftPM has long migrated over
changes:
* mark all argument parsing APIs as deprecated
* remove the "TSCTestSupportExecutable" which is not used and uses the custom argument parser
* fixup1 parent 7fa3875 commit 0054181
File tree
7 files changed
+71
-181
lines changed- Sources
- TSCTestSupportExecutable
- TSCTestSupport
- TSCUtility
- Tests
- TSCBasicTests
- TSCUtilityTests
7 files changed
+71
-181
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 30 | | |
| 31 | + | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 59 | | |
69 | 60 | | |
70 | 61 | | |
71 | 62 | | |
72 | 63 | | |
73 | 64 | | |
74 | | - | |
| 65 | + | |
75 | 66 | | |
76 | 67 | | |
77 | 68 | | |
| |||
80 | 71 | | |
81 | 72 | | |
82 | 73 | | |
83 | | - | |
| 74 | + | |
84 | 75 | | |
85 | 76 | | |
86 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
This file was deleted.
0 commit comments