Files
symclaw/IMPROVEMENT_LOG.md
T

8 lines
703 B
Markdown

# Improvement Log -- symclaw
| Date | Loop | PR | Changes | Status |
|------|------|----|---------|--------|
| 2026-04-29 | research-update-quantum | https://git.redclaw.dev/quantumclaw/symclaw/pulls/6 | fix 335 clippy errors | merged |
| 2026-04-30 | research-update-quantum | https://git.redclaw.dev/quantumclaw/symclaw/pulls/7 | 13x partial_cmp->total_cmp (f64 sorts); 96x to_string()->to_owned() for string literals across 30+ files | merged |
| 2026-05-05 | research-update-quantum | https://git.redclaw.dev/quantumclaw/symclaw/pulls/8 | 37x clippy::redundant_clone fixes (5 crates, 19 files); 1x partial_cmp+unwrap_or(Equal) -> total_cmp on penalized_fitness in discover.rs (NaN-safe) | merged |