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

Fix Go package self-test failure, introduced by a9145135 #30

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

dmullis
Copy link
Collaborator

@dmullis dmullis commented Jun 17, 2024

Was previously failing Go package self-test due to incorrect version spec syntax in a914513, which had "go-version: '1.20'" in test.yml.

Correct status badge stuck on "Passing", hiding CI failures such as the above, by dropping use of GitHub status badges altogether, for reasons elaborated in README.md.tmpl.

Drop Windows-based test: There is no Windows-specific code in Goat.

Tidy the pre-push workflow for contributors.

Was previously failing Go package self-test due to incorrect version
spec syntax in a914513, which had "go-version: '1.20'" in test.yml.

Correct status badge stuck on "Passing", hiding CI failures such as
the above, by dropping use of GitHub status badges altogether, for
reasons elaborated in README.md.tmpl.

Drop Windows-based test: There is no Windows-specific code in Goat.

Tidy the pre-push workflow for contributors.
Copy link
Owner

@blampe blampe left a comment

Choose a reason for hiding this comment

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

Thanks! I added you as a collaborator again, I think the last invite expired.

@dmullis
Copy link
Collaborator Author

dmullis commented Jun 17, 2024

Yes, thanks, I've now accepted the invitation (within the time limit).

I do hope you'll be able to continue to be the primary integrator of PRs. For project stability I'm sure it's best to have a BDFL.

Regarding merging of PRs, I noticed that for-blampe-5.0 was "squash-merged", whereas earlier PRs got a merge-commit. To me, merge-commit or rebase-and-merge seem better, primarily because they preserve regression debugging by means of bisecting the patch series.

@dmullis dmullis merged commit 4475ff8 into blampe:main Jun 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants