Private
Public Access
0
0
Files
manual_slop/scripts
ed 6e03f5aee3 feat(audit): add dunder-method bare-raise heuristic (Phase 11)
Bare raise AttributeError/NameError in __getattr__, __getattribute__,
__setattr__, __delattr__ is the canonical Python dunder-method
programmer-error pattern. Reclassify as INTERNAL_PROGRAMMER_RAISE.

Reclassifies 6 sites across 3 files:
- src/gui_2.py: L778, L781 (was 2 INTERNAL_RETHROW)
- src/app_controller.py: L1283, L1309 (was 4 INTERNAL_RETHROW)
- src/models.py: L267 (was 1 INTERNAL_RETHROW)

Per conductor/code_styleguides/error_handling.md lines 625-690
(Re-Raise Patterns): bare raises are reserved for programmer errors
/ impossible states / canonical dunder method behaviors.

Phase 11 result_migration_gui_2_20260619.
2026-06-20 01:57:08 -04:00
..
2026-06-07 11:51:36 -04:00
2026-06-07 11:51:36 -04:00