Commit Graph

7 Commits

Author SHA1 Message Date
18abf4eb82 phase3: FIX arg-bang regex (missing \] in char class skipped subscripts). 235->183 2026-07-31 14:57:23 +08:00
154d696e70 phase3: improve arg-bang handler (allow ! in chains, ; terminator). 574->440 2026-07-26 10:41:02 +08:00
6d789c7b19 phase3: badges 2.x->3.x migration (badgeStyle/animation), SearchBar/onPrimary fixes. 596->580 2026-07-26 01:10:45 +08:00
cdaaa63d67 phase3: stabilize nullfix.py (disable risky local-nullable handler)
Script stable handlers (zero corruption): bang(!), late, param-nullable,
field-formal field-nullable, arg-bang. Reusable — re-run after manual fixes.
Errors: 2374(peak) -> 596 | web build: 1845 -> 571
2026-07-26 00:15:38 +08:00
a76b872966 phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621 2026-07-25 18:16:40 +08:00
c21ccbd54d phase3: nullfix field-formal field-nullable handler. 907 -> 872 2026-07-25 18:14:55 +08:00
fce670664b phase3: nullfix.py batch script — bang/late/param-nullable
Automated null-safety fixes driven by dart analyze (no corruption):
- unchecked_use_of_nullable_value: insert '!' on receiver (property/method/[]/op)
- not_initialized field/var: mark 'late'
- missing_default_value_for_parameter: nullable param
Errors: 2374(peak) -> 907
2026-07-25 18:13:01 +08:00