gfx-rs/wgpu

Detect odd characters in the `CHANGELOG` check

オープン

#10,041 opened on 2026/08/11

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (703 件のフォーク)batch import
area: infrastructuregood first issuetype: enhancement

Repository metrics

Stars
 (9,290 個のスター)
PR merge metrics
 (平均マージ 12d 4h) (30d で 117 merged PRs)

説明

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.

コントリビューターガイド