Conversation
Hotfix for build failures introduced in v0.16.0: - jobrunner/journal.go:134: defer f.Close → defer f.Close() - collect/bitcointalk.go:236: defer resp.Body.Close → defer resp.Body.Close() - plugin/config_test.go: drop unused `import "testing"` (file has no test bodies) audit.sh verdict still COMPLIANT. Build/vet/test all clean now. Refs tasks.lthn.sh/view.php?id=1248
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThree bug fixes address improper defer statements and unused imports. Two defer statements are corrected to properly invoke Changes
Review rate limit: 3/5 reviews remaining, refill in 21 minutes and 42 seconds. Comment |
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|



Fixes build break introduced in v0.16.0. audit.sh still COMPLIANT.
Summary by CodeRabbit
Release Notes
Bug Fixes
Chores