Comparing v2.4.1...v2.4.2 · go-openapi/testify (original) (raw)
Commits on Mar 11, 2026
Commits on Mar 14, 2026
- Configuration menu
Browse the repository at this point in the history - fix: dependabot github-actions ecosystem config and bump ci-workflows…
… to v0.2.15 (#78)
- Initial plan
- chore: fix dependabot github-actions directories and update ci-workflows to v0.2.15
Co-authored-by: fredbi 14262513+fredbi@users.noreply.github.com
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com
Co-authored-by: fredbi 14262513+fredbi@users.noreply.github.com
Configuration menu
Browse the repository at this point in the history
Commits on Mar 15, 2026
- Configuration menu
Browse the repository at this point in the history - doc: add portable agentic instructions (#80)
Add copilot-instructions.md, AGENTS.md (symlink), .github/copilot
symlink to .claude/rules, all standard rules. Rewrite CLAUDE.md
with accurate mono-repo documentation.
Signed-off-by: Frederic BIDON fredbi@yahoo.com
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
Configuration menu
Browse the repository at this point in the history - chore: bump go directive to 1.25.0 (#81)
Update all go.mod (and go.work where applicable) to require go 1.25.0.
Signed-off-by: Frederic BIDON fredbi@yahoo.com
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
Configuration menu
Browse the repository at this point in the history
Commits on Mar 19, 2026
- Initial plan
- refactor(leak): replace init() guard with lazy sync.Once check
The compatibility guard for pprof goroutine profile label format
now runs lazily via sync.Once on the first call to Leaked(), instead
of eagerly in init(). This avoids overhead and potential panics for
programs that import the assertions package but never use
NoGoRoutineLeak.
Signed-off-by: GitHub Copilot copilot@github.com
Co-authored-by: fredbi 14262513+fredbi@users.noreply.github.com - fix(leak): address linting issues - nolint:gochecknoglobals and wg.Go
- Add //nolint:gochecknoglobals annotation with justification on compatOnce
- Replace wg.Add(1)/go func()/defer wg.Done() with wg.Go() (Go 1.25)
Signed-off-by: GitHub Copilot copilot@github.com
Co-authored-by: fredbi 14262513+fredbi@users.noreply.github.com
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com
Co-authored-by: fredbi 14262513+fredbi@users.noreply.github.com
Configuration menu
Browse the repository at this point in the history