Commit 08a1e55
authored
Remove parsing module (Azure#2389)
The parsing module only contained the `FromStringOptional` trait implemented for a few primitives and implemented by our `create_enum` macros. But it's not used, and I could find no use of it even in the `legacy` branch. Maybe it once was, but it really is just `FromStr` now with `FromStr::Err` set to `typespec::error::Error`. No need to keep it, and it just creates problems for re-exporting macros into `azure_core` without necessitating a dependency on `typespec_client_core`.1 parent 2eee923 commit 08a1e55
File tree
6 files changed
+3
-51
lines changed- sdk
- core/azure_core
- src
- typespec/typespec_client_core
- src
6 files changed
+3
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 104 | | |
111 | 105 | | |
112 | 106 | | |
| |||
This file was deleted.
0 commit comments