Commit ac38a68
fix(core.utils): unpack extra_sources tuples in cache key
extra_sources is a sequence of (name, source) tuples but the prior
fix hashed each item as a flat str/bytes, never reaching the actual
source content. Now unpacks both name and source from each tuple.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b72c014 commit ac38a68
1 file changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
285 | 294 | | |
286 | 295 | | |
287 | 296 | | |
| |||
0 commit comments