| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Correct typos in builtin, platform, and QUIC source comments. Signed-off-by: sjungwon03 <sjungwon03@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #64509 +/- ##
=======================================
Coverage 90.24% 90.24%
=======================================
Files 739 739
Lines 241669 241669
Branches 45543 45552 +9
=======================================
+ Hits 218087 218098 +11
+ Misses 15150 15110 -40
- Partials 8432 8461 +29
... and 25 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
Thanks @sjungwon03. In future though, there's no need to open a new PR if a CI job fails. Just check the cause: if it seems like it's a flaky test issue unrelated to the change then somebody can re-run it to get it passing. Alternatively if it's an actual issue in the change you can push another commit to fix the problem. |
Sorry, something went wrong.
|
Thanks for the clarification. I’ll check the failure first next time and keep the existing PR open if it is unrelated to the change. I’ll push a follow-up commit only when the failure is caused by my change. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Correct typos in builtin, platform, and QUIC source comments. Signed-off-by: sjungwon03 <sjungwon03@gmail.com> PR-URL: #64509 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Correct typos in builtin, platform, and QUIC source comments. Signed-off-by: sjungwon03 <sjungwon03@gmail.com> PR-URL: #64509 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Correct typos in builtin, platform, and QUIC source comments. Signed-off-by: sjungwon03 <sjungwon03@gmail.com> PR-URL: #64509 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Correct typos in builtin, platform, and QUIC source comments. Signed-off-by: sjungwon03 <sjungwon03@gmail.com> PR-URL: #64509 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fix typos in source comments.
This supersedes #64488, which was closed after an unrelated macOS
test-debugger-exec timeout. This PR is based on the current main branch.