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

Introduce puku and sync go.mod #2977

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Tatskaari
Copy link
Member

@Tatskaari Tatskaari commented Nov 26, 2023

I've deleted the glog patch which was meant to squelch some verbose logging from the rex sdk. The patch no longer applies, and looking at the repo, it's changed quite drastically. I've tested by running a remote build and I don't see any spurious log lines in the build.log.

@@ -30,7 +38,7 @@ func parseGoTestResults(data []byte) (core.TestSuite, error) {
suite := core.TestSuite{
Package: pkg.Name,
Duration: pkg.Duration,
Properties: pkg.Properties,
Properties: propertiesToMap(pkg.Properties),
Copy link
Member Author

Choose a reason for hiding this comment

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

Semver people! -.-

Comment on lines 404 to 408
go_repo(
licences = ["ISC"],
module = "github.com/davecgh/go-spew",
version = "v1.1.1",
)
Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like we weren't applying the spew patch?

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had any recent activity in the past 90 days. It will be closed if no further activity occurs. If you require additional support, please reply to this message. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 17, 2024
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.

None yet

1 participant