Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Evidence fixtures: document the fixture-id and case-id grammar and name what is missing in the refusal

Aperta Adatta ai principianti
#1,347 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

I maintainer di solito rispondono entro 1 giorno

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
70/100
Tipo di issue
Bug
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
rust

Direzione di ricerca

Il controllo si trova in crates/registry-evidence/src/bundle.rs nella funzione observe(). Esamina la logica che convalida gli ID dei casi di fixture rispetto alle categorie previste. Aggiorna il messaggio di errore per elencare quali categorie mancano. Inoltre, trova dove è documentata la creazione delle fixture (probabilmente nella documentazione o in una guida delle competenze) e aggiungi lì la convenzione di denominazione. Esegui i test esistenti per evidencectl test per verificare che il nuovo messaggio di errore sia utile.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

agent-ready area:docs area:evidence bug criticality:p3 documentation triage:needs-implementation

What happens

evidencectl test refuses with fixture category coverage is incomplete unless the fixture file contains case ids that follow a naming convention (crates/registry-evidence/src/bundle.rs, observe()):

  • exactly positive, no-match, source-failure, anti-reconstruction;
  • ids starting with negative, boundary, missing, ambiguous;
  • a case with declaredUnresolved: true covers both no-match and ambiguous.

Why this is a problem

  • The convention is not documented in the Evidence authoring docs or skills (only anti-reconstruction is mentioned).
  • The error does not name the missing category. An author who named a case source-timeout instead of source-failure spent many iterations and concluded the check always fails.

Ask

Name the missing categories in the error, and document the id convention where fixtures are taught. Consider an explicit category: field instead of id prefixes.

Absorbed in triage (2026-09-25)

From #1439 (Evidence: document the fixture id grammar and include it in the refusal):

  • The fixture id must match registry.evidence.reference.*/v1 (main.rs:1292); document it in the fixtures reference under products/evidence/ and put the grammar in the refusal "fixture is not an approved synthetic acceptance definition" (main.rs:1306).
Lingua principale
Rust
Stelle
2
Fork
0
Merge medio
5h 8m
PR unite (30g)
167

Preparare l'ambiente

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di registrystack/registry-stack

Tutte le issue di registrystack/registry-stack

Issue simili

Altre issue su Rust

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.