Commit 147bd65
committed
chore(routing): flip swift-url-routing pin to branch main (W3) + mechanical drift fixes
- Package.swift: swift-url-routing 0.6.0 -> branch:"main"; removed stale
"do NOT use branch:main" fork-pin comments (now false, this wave lands
the rewrite).
- Deleted Sources/URLFormCodingURLRouting/Form.Conversion.swift: the W2
rewrite folded an identical Form.Conversion<Value> into URLRouting
itself (URLRouting now depends on URLFormCoding directly), so the local
copy caused an "ambiguous type name" collision. Dissolved in favor of
the vended equivalent (same name/signature, upgraded to typed throws).
- URLRouting.Conversion.swift: Conversions.Map -> Parser.Conversion.Map
(W2 rename of the conversion-chaining combinator).
Build/test green (167 tests passed).1 parent 041a4a7 commit 147bd65
3 files changed
Lines changed: 2 additions & 200 deletions
File tree
- Sources/URLFormCodingURLRouting
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
45 | 41 | | |
46 | | - | |
| 42 | + | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
0 commit comments