Uh oh!
There was an error while loading. Please reload this page.
Add more aliases for Unicode confusable chars - #33128
Conversation
rust-highfive
commented
Apr 21, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pnkfelix (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
I guess I’ll r+ this. @bors r+ Sorry for the delay! |
bors
commented
May 3, 2016
📌 Commit 496081c has been approved by |
bors
commented
May 3, 2016
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
May 3, 2016
📌 Commit 496081c has been approved by |
bors
commented
May 3, 2016
Add more aliases for Unicode confusable chars Building upon #29837, this PR: * added aliases for space characters, * distinguished square brackets from parens, and * added common CJK punctuation characters as aliases. This will especially help CJK users who may have forgotten to switch off IME when coding.
bors
commented
May 3, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
nagisa
commented
May 3, 2016
@bors retry |
alexcrichton
commented
May 3, 2016
Spurious because of #33391 |
bors
commented
May 4, 2016
alexcrichton
commented
May 4, 2016
@bors: retry force clean |
1 similar comment
alexcrichton
commented
May 4, 2016
@bors: retry force clean |
bors
commented
May 5, 2016
Add more aliases for Unicode confusable chars Building upon #29837, this PR: * added aliases for space characters, * distinguished square brackets from parens, and * added common CJK punctuation characters as aliases. This will especially help CJK users who may have forgotten to switch off IME when coding.
Building upon #29837, this PR:
This will especially help CJK users who may have forgotten to switch off IME when coding.