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: resolve Go test failures in 2019 and 2024 (#9)
* fix: resolve Go test failures in 2019 and 2024
- Remove unused 'errors' import in 2024/golang/cmd/04.go
- Add filepath parameter to readCommands() function in 2019/go/cmd/15
to match test expectations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: replace deprecated drain_filter with stable alternative in 2021/_4
- Remove unstable feature flag #![feature(drain_filter)]
- Replace drain_filter with iter_mut + retain pattern
- All Rust tests in 2021 now compile and pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: markkovari <kovarimarkofficial@gmail.com>
0 commit comments