-
Notifications
You must be signed in to change notification settings - Fork 24.3k
[EZ] Get rid of utf-8 quotes #124932
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
[EZ] Get rid of utf-8 quotes #124932
Conversation
Replace `“important”` with `important"` and `Taylor’s` with `Taylor's` Fixes the obvious symptoms of #124897
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/124932
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (5 Unrelated Failures)As of commit ed86e37 with merge base 1ac402a ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot merge |
Merge failedReason: This PR needs a If not, please add the To add a label, you can comment to pytorchbot, for example For more information, see Details for Dev Infra teamRaised by workflow job |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
@pytorchbot merge -f "Doc and wheel builds are green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: Command `git -C /home/runner/work/pytorch/pytorch commit --author="Nikita Shulga 2453524+malfet@users.noreply.github.com" -m [EZ] Get rid of utf-8 quotes (#124932) Replace Fixes the obvious symptoms of #124897 Test plan: Download wheel and check that generated VF.pyi does not have any unicode characters by running following command:
Pull Request resolved: #124932
Details for Dev Infra teamRaised by workflow job |
@pytorchbot merge -f "Doc and wheel builds are green" |
Replace `“important”` with `"important"` and `Taylor’s` with `Taylor's` Fixes the obvious symptoms of #124897 Test plan: Download [wheel](https://github.com/pytorch/pytorch/actions/runs/8833051644/artifacts/1447995459) and check that generated VF.pyi does not have any unicode characters by running following command: ``` % python3 -c "x=open('_VF.pyi', encoding='utf-8').read();uc=[(i, x[i]) for i in range(len(x)) if ord(x[i])>127];print(uc);assert(len(uc)==0)" ```
@pytorchbot cherry-pick --onto release/2.3 -c regression --critical |
❌ 🤖 pytorchbot command failed:
Try |
@pytorchbot cherry-pick --onto release/2.3 -c critical |
Cherry picking #124932Command
Details for Dev Infra teamRaised by workflow job |
Replace `“important”` with `"important"` and `Taylor’s` with `Taylor's` Fixes the obvious symptoms of pytorch#124897 Test plan: Download [wheel](https://github.com/pytorch/pytorch/actions/runs/8833051644/artifacts/1447995459) and check that generated VF.pyi does not have any unicode characters by running following command: ``` % python3 -c "x=open('_VF.pyi', encoding='utf-8').read();uc=[(i, x[i]) for i in range(len(x)) if ord(x[i])>127];print(uc);assert(len(uc)==0)" ```
Replace `“important”` with `"important"` and `Taylor’s` with `Taylor's` Fixes the obvious symptoms of pytorch#124897 Test plan: Download [wheel](https://github.com/pytorch/pytorch/actions/runs/8833051644/artifacts/1447995459) and check that generated VF.pyi does not have any unicode characters by running following command: ``` % python3 -c "x=open('_VF.pyi', encoding='utf-8').read();uc=[(i, x[i]) for i in range(len(x)) if ord(x[i])>127];print(uc);assert(len(uc)==0)" ```
Replace `“important”` with `"important"` and `Taylor’s` with `Taylor's` Fixes the obvious symptoms of #124897 Test plan: Download [wheel](https://github.com/pytorch/pytorch/actions/runs/8833051644/artifacts/1447995459) and check that generated VF.pyi does not have any unicode characters by running following command: ``` % python3 -c "x=open('_VF.pyi', encoding='utf-8').read();uc=[(i, x[i]) for i in range(len(x)) if ord(x[i])>127];print(uc);assert(len(uc)==0)" ```
Replace `“important”` with `"important"` and `Taylor’s` with `Taylor's` Fixes the obvious symptoms of #124897 Test plan: Download [wheel](https://github.com/pytorch/pytorch/actions/runs/8833051644/artifacts/1447995459) and check that generated VF.pyi does not have any unicode characters by running following command: ``` % python3 -c "x=open('_VF.pyi', encoding='utf-8').read();uc=[(i, x[i]) for i in range(len(x)) if ord(x[i])>127];print(uc);assert(len(uc)==0)" ```
Replace `“important”` with `"important"` and `Taylor’s` with `Taylor's` Fixes the obvious symptoms of #124897 Test plan: Download [wheel](https://github.com/pytorch/pytorch/actions/runs/8833051644/artifacts/1447995459) and check that generated VF.pyi does not have any unicode characters by running following command: ``` % python3 -c "x=open('_VF.pyi', encoding='utf-8').read();uc=[(i, x[i]) for i in range(len(x)) if ord(x[i])>127];print(uc);assert(len(uc)==0)" ```
Replace `“important”` with `"important"` and `Taylor’s` with `Taylor's` Fixes the obvious symptoms of pytorch#124897 Test plan: Download [wheel](https://github.com/pytorch/pytorch/actions/runs/8833051644/artifacts/1447995459) and check that generated VF.pyi does not have any unicode characters by running following command: ``` % python3 -c "x=open('_VF.pyi', encoding='utf-8').read();uc=[(i, x[i]) for i in range(len(x)) if ord(x[i])>127];print(uc);assert(len(uc)==0)" ```
Replace
“important”
with"important"
andTaylor’s
withTaylor's
Fixes the obvious symptoms of #124897
Test plan: Download wheel and check that generated VF.pyi does not have any unicode characters by running following command: