Files
glint/internal/model/testdata/fuzz
k3nny 522c637b75
ci / vet, staticcheck, test, build (push) Failing after 2m43s
fix(model): reject null/empty YAML mapping keys in ParseBytes
A bare '?' in YAML is an explicit-key indicator for a null key, which
produced a job with an empty name (p.Jobs[""]) — a parser invariant
violation caught by FuzzParseBytes.

ParseBytes now returns an error when keyNode.Value is empty.
Failing corpus entry retained as a seed so CI exercises this path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-25 23:43:40 +02:00
..