Commit 0907fe6
Fix version_matches ignoring dep_versions for matrix version strings
When both version strings were dep-prefixed (e.g. R4.5.3-python3.14.3),
version_matches only compared the first dep's release tuple, making
R4.5.3-python3.14.3 incorrectly match R4.5.3-python3.13.0. Now compares
dep_versions with prefix semantics, consistent with calver release matching.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 95888db commit 0907fe6
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
269 | 273 | | |
270 | 274 | | |
271 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
0 commit comments