Reference in New Issue
Block a user
Delete Branch "fix/duckduckgo-error-handling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
SearchPage.GetResults()interface to return([]Result, error)soForEacherrors are propagated instead of silently discardedSearch()to returnres, errinstead ofres, nil, propagating theForEacherrorGetResults()errorsNote: This is a breaking interface change to
SearchPage. PR 9 (deduplication) depends on this PR.Test plan
go build ./...passesgo test ./...passesCloses #5, #6
Parent: #31 (Phase 2, PR 4)
🤖 Generated with Claude Code