-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance diff_check with more unicode et al #5884
Comments
@calebcartwright I don't think the use of Lines 59 to 62 in f89cd3c
|
Forgot we were running Orthogonal to this particular issue, but at some point would like to think/talk through whether that has any implications once |
@calebcartwright good point. I guess if we landed support for |
@ytmimi , is this issue still open to be worked on as the old assignee doesnt seem like he is working on this anymore? |
@rufevean yeah this one is still open |
got it, thank you |
@rustbot claim |
i have added the follow repos into
|
it's unclear what the issue is here. Are you able to run the script on your machine without adding those new repos? |
its working perfectly fine when i removed the repos |
Line 148 is where we try to get the version value for the feature binary. Not sure why adding those lines would cause an issue there. The error message suggests that we're failing to build the binary or we're failing to copy it to the temporary directory. Let me know if you're able to investigate further. |
okay, i have tested it now, i was wrong. i wasnt specifying the branch correctly last time. it running well this time with all these three repos. |
Follow up action item from a topic I raised in #5864 (comment) relative to adding some additional test repos to improve our coverage of string formatting with various characters and encodings.
One suggested repo to include is https://github.com/unicode-org/icu4x as well as some from https://github.com/unicode-rs
I opted to simply mention icu4x as part of this instead of directly adding it because I noticed that repo is using
cargo make
and I didn't have bandwidth to determine if that'd cause any issues/require any additional changes to our script.New repos can be wired up by adding a call site with respective args here:
rustfmt/ci/check_diff.sh
Lines 170 to 192 in b069aac
The text was updated successfully, but these errors were encountered: