You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose tightening hints in JSON and fix prompt-mode staleness
Two review findings:
- :spec_wider_return entries were auto-triaged but only counted in
stats, contradicting the comment that says tightening candidates
remain discoverable. The JSON output now carries them in a
tightening_hints section with full entry detail (not gated).
- Prompt mode omitted untranslatable entries and still instructed
reviewers to judge spec_wider_return, which no longer appears in its
data. It now includes untranslatables and the instructions match the
actual verdict set, including the dynamic_args probe.
Also drops the Code.fetch_docs/1 exclusion: :erl_anno's nominal types
resolve now that Code.Typespec.fetch_types/1 returns them (elixir-lang#15562),
and the tool reported the entry as stale -- zero untranslatable specs
remain.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments