gfx-rs/wgpu

Detect odd characters in the `CHANGELOG` check

開放

#10,041 建立於 2026年8月11日

 (1 則留言) (0 個反應) (0 位負責人)Rust (703 個分叉)batch import
area: infrastructuregood first issuetype: enhancement

倉庫指標

星標
 (9,290 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南