Commit 8f4d150
fix CI: admit maven at the vendor service gate; clippy manual_strip
- Add "maven" to SERVICE_ECOSYSTEMS in the vendor dispatch gate. The
maven backend has a full service path (prebuilt jar download +
registry pom) and its own errors advise --vendor-source=service,
which the gate dead-ended with vendor_service_unsupported_ecosystem.
Unblocks the PR #117 regression guard service_mode_gate_admits_maven
failing on all platforms. Also syncs the stale ecosystem list in the
comment and refusal message (both omitted nuget and maven).
- vex/product.rs: use strip_prefix instead of manual starts_with +
slice (clippy::manual_strip, -D warnings).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 73439b3 commit 8f4d150
2 files changed
Lines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | | - | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments