Skip to content

Work - #2

Merged
apostasie merged 3 commits into
mainfrom
work
Aug 16, 2026
Merged

Work#2
apostasie merged 3 commits into
mainfrom
work

Conversation

@apostasie

Copy link
Copy Markdown

No description provided.

Signed-off-by: apostasie <spam_blackhole@farcloser.world>
  `just test` was an empty recipe, so ci.yaml's Test step ran nothing and
  go-test-platforms.yml was the only thing testing this repo. Wire test to
  the shared unit and race recipes plus a 386 leg, and add bench.

  The 386 leg turned out to be broken: a WriterConfig{DictCap: 1 << 40}
  test case does not compile where int is 32 bits, so that job had been
  failing since it was added. A capacity above MaxDictCap (1<<32-1) is
  representable only on 64-bit, so guard the case and use math.MaxInt.

  Drop go-test-platforms.yml (ci.yaml's matrix covers more, and now runs
  the 386 leg too) and codeql.yml: the baseline SAST posture is golangci's
  gosec/staticcheck plus govulncheck per GOOS, and limen wants CodeQL as
  default setup opted into via limen.yaml, not a workflow pinned by tag.

Signed-off-by: apostasie <spam_blackhole@farcloser.world>
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
@apostasie
apostasie merged commit 40dc700 into main Aug 16, 2026
9 checks passed
@apostasie
apostasie deleted the work branch August 16, 2026 01:22
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.

1 participant