gfx-rs/wgpu

Detect odd characters in the `CHANGELOG` check

Aperta

#10.041 aperta il 11 ago 2026

 (1 commento) (0 reazioni) (0 assegnatari)Rust (703 fork)batch import
area: infrastructuregood first issuetype: enhancement

Metriche repository

Star
 (9290 stelle)
Metriche merge PR
 (Merge medio 12g 4h) (117 PR mergiate in 30 g)

Descrizione

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.

Guida contributor