Commit b62be0d
fix: Empty error messages in add_golden_repo_index subprocess failures (Bug #361, v9.3.98)
When index creation failed and the error was in stdout (not stderr),
error messages showed "Failed to create FTS index: " with nothing
after the colon. Applied stderr→stdout→exit-code fallback chain to
all 5 index types (init, semantic, fts, temporal, scip) plus the
CalledProcessError handler.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 98f8ca3 commit b62be0d
5 files changed
Lines changed: 403 additions & 8 deletions
File tree
- src/code_indexer
- server/repositories
- tests/unit/server/repositories
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
Lines changed: 36 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2388 | 2388 | | |
2389 | 2389 | | |
2390 | 2390 | | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
2391 | 2396 | | |
2392 | | - | |
| 2397 | + | |
2393 | 2398 | | |
2394 | 2399 | | |
2395 | 2400 | | |
| |||
2409 | 2414 | | |
2410 | 2415 | | |
2411 | 2416 | | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
2412 | 2422 | | |
2413 | | - | |
| 2423 | + | |
2414 | 2424 | | |
2415 | 2425 | | |
2416 | 2426 | | |
| |||
2425 | 2435 | | |
2426 | 2436 | | |
2427 | 2437 | | |
| 2438 | + | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
2428 | 2443 | | |
2429 | | - | |
| 2444 | + | |
2430 | 2445 | | |
2431 | 2446 | | |
2432 | 2447 | | |
| |||
2458 | 2473 | | |
2459 | 2474 | | |
2460 | 2475 | | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
2461 | 2481 | | |
2462 | | - | |
| 2482 | + | |
2463 | 2483 | | |
2464 | 2484 | | |
2465 | 2485 | | |
| |||
2527 | 2547 | | |
2528 | 2548 | | |
2529 | 2549 | | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
| 2554 | + | |
2530 | 2555 | | |
2531 | | - | |
| 2556 | + | |
2532 | 2557 | | |
2533 | 2558 | | |
2534 | 2559 | | |
| |||
2539 | 2564 | | |
2540 | 2565 | | |
2541 | 2566 | | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
2542 | 2572 | | |
2543 | | - | |
| 2573 | + | |
2544 | 2574 | | |
2545 | 2575 | | |
2546 | 2576 | | |
| |||
0 commit comments