Mark roadmap A4 done — Phase A complete
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
6b624a72cd
commit
b6e0df4efd
1 changed files with 5 additions and 3 deletions
|
|
@ -26,9 +26,11 @@ it exists. Checkboxes track status.
|
|||
lines) built from the executor's bounded `stderr_data`, with the full log
|
||||
still in the expander. Markup-escaped + unit-tested.
|
||||
|
||||
- [ ] **A4. Narrow bare `except:` blocks.** Config loading, `pre_function`/
|
||||
`post_function`, ffprobe JSON parsing, etc. use `except: pass`, silently
|
||||
swallowing real bugs. Catch specific exceptions; log the rest.
|
||||
- [x] **A4. Narrow bare `except:` blocks.** DONE — all 46 bare `except:`
|
||||
replaced with specific exception types; config/probe/hook failures that
|
||||
indicate real problems are now logged (e.g. ffprobe JSON parse errors).
|
||||
Also fixed a latent NameError in the shutdown handler. No bare `except:`
|
||||
remain.
|
||||
|
||||
## Phase B — Finish & polish current fork features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue