Skip to content
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

feat: better build error detection #298

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

fredrikaverpil
Copy link
Owner

@fredrikaverpil fredrikaverpil commented Feb 13, 2025

Why?

With go 1.24, new build falure information is part of go test -json. By reading this information, more accurate build error messages can be shown.

What?

Add to the existing error handling, build failure messages.

Notes

I've just made a rather messy implementation here... would like to think about this a bit. Might look into refactoring the whole output processing first.

@fredrikaverpil fredrikaverpil self-assigned this Feb 13, 2025
@fredrikaverpil fredrikaverpil marked this pull request as draft February 13, 2025 17:44
@fredrikaverpil fredrikaverpil added the enhancement New feature or request label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant