PR1: subenum 0.5.1 patch (version, race fixes, TUI, build, tag-release CI)#11
Merged
Conversation
Patch-only release. Fixes: - Data race in simulate mode via math/rand/v2 (goroutine-safe, auto-seeded). - Send-on-closed-channel race in scan.Run progress ticker. - TUI Aborted status on ctrl+c; form no longer blocks live mode on empty hit rate. - -version reports v0.5.1. - Docker build copies go.sum / go mod download; base image satisfies module Go version. - Go minimum reconciled to 1.24.2 across go.mod, Dockerfile, README, docs. Added tests: concurrent SimulateResolution, scan runner (concurrent + cancel), TUI form validation. CI: release workflow now also triggers on tag pushes (tags: ['v*']) so the first tag actually builds and publishes binaries. Docs: README facelift; ARCHITECTURE ticker interval (1s) and arg-parsing (cliFlags + flag.*Var) corrected; removed unused docs/assets/title.svg. CHANGELOG and ARCHITECTURE are scoped to 0.5.1 only (no unshipped features). Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch-only 0.5.1. Race fixes (math/rand/v2, ticker close race), TUI aborted/form fixes, Docker build fix, Go 1.24.2 reconcile, new tests. CI: release workflow now triggers on tag pushes. CHANGELOG/ARCHITECTURE scoped to 0.5.1 only.
Made with Cursor