fix missing 'v's in a few spots.
- Lingua principale
- JavaScript
- Stelle
- 14
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
there are a few places where data is unfortunately inconsistent. Specifically, we're sometimes returning semver version with a "v" while other times we're not. You can see where this bubbles up in the [ranges tests](https://github.com/cutenode/nodevu/blob/main/ranges/test/v.test.js). Ideally, this will be solved in core as well, though I'm not yet sure if it's actually an issue there.
Regardless, anywhere we return a semver version we should start it with a "v" for the sake of consistency.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia da ranges/test/v.test.js, dove è visibile l’output della versione non coerente, e segui i percorsi corrispondenti che restituiscono la versione fino a core. Controlla tutti i punti che restituiscono versioni semver e verifica che ciascuna includa sempre una "v" iniziale; i test di ranges dovrebbero passare con la formulazione corretta.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, node.js
- Ambito
- api
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100