v1.1.4
A display fix plus review-round docs and tests (Gemini finding 3; external
review round 5).
- Fixed
Frame.String()no longer renders a bogus" (:0)"location for
unresolved frames (bothFileandLinezero — e.g. the"unknown"
sentinel a zero-valueErrorresolves to). A frame with either part set
still prints the location. - Docs External-review (round 5) drift swept: DESIGN.md §9's
RetryDelay
spec now carries the v1.1.2 CheckValid gate (delays outside the protobuf
Duration range are rejected, not saturated); the §6 verb table gains the
unknown-verb fallback row;problem.Writedocuments that a panicking
MarshalJSONon a public field value propagates (matching encoding/json). - Tests Previously uncovered branches pinned:
%+von a nil*Error
("<nil>"), the unknown-verb%vfallback, andWrapf's non-nil path.