You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(stdlib): declare reassigned locals in io.affine as let mut (#128) (#189)
printf/path_join/path_dirname/path_extname/read_lines reassigned
loop counters and accumulators (arg_idx, i, result, parts, done)
that were declared with plain let -> borrow error. Pure stdlib bug,
not a compiler bug.
stdlib 15->16/19; 233/233 dune test, zero regression.
Refs #128
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments