Skip to content

Fix compile issue in start.go #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 21, 2025
Merged

Fix compile issue in start.go #179

merged 2 commits into from
Jul 21, 2025

Conversation

NotJeremyLiu
Copy link
Contributor

Summary

  • remove undefined error check in start.go

Testing

  • go fmt server/start.go
  • go build ./server... (fails: proxyconnect tcp: no route to host)

@@ -145,10 +145,6 @@ which accepts a path for the resulting pprof file.
}

serverCtx.Logger.Debug("received quit signal")
// TODO: why is this check here? Should not make sense since err is checked above

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this check here? doesnt make sense since the error is checked above. can likely remove it

Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days-before-close if no further activity occurs.

@aljo242
Copy link
Contributor

aljo242 commented Jul 21, 2025

@NotJeremyLiu plz fix

@NotJeremyLiu NotJeremyLiu marked this pull request as ready for review July 21, 2025 16:11
@NotJeremyLiu NotJeremyLiu requested review from a team as code owners July 21, 2025 16:11
@NotJeremyLiu NotJeremyLiu enabled auto-merge July 21, 2025 16:14
@NotJeremyLiu NotJeremyLiu added this pull request to the merge queue Jul 21, 2025
Merged via the queue into main with commit e921750 Jul 21, 2025
16 checks passed
@NotJeremyLiu NotJeremyLiu deleted the codex/fix-multiple-bugs branch July 21, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants