gfx-rs/wgpu

Detect odd characters in the `CHANGELOG` check

Ouverte

#10 041 ouverte le 11 août 2026

 (1 commentaire) (0 réaction) (0 personne assignée)Rust (703 forks)batch import
area: infrastructuregood first issuetype: enhancement

Métriques du dépôt

Stars
 (9 290 étoiles)
Métriques de merge PR
 (Merge moyen 12j 4h) (117 PRs mergées en 30 j)

Description

Changelog fails because I replaced one non-break space character with a normal whitespace. It likely was a typo originally and my IDE warns about all kinds of invisible or strange characters like that. I can roll it back if you'd really want me to.

Originally posted by @nazar-pc in https://github.com/gfx-rs/wgpu/issues/9953#issuecomment-5105843286

My take: We should be checking for characters like this in CI. There's no reason for "odd" whitespace characters in that document.

Guide contributeur