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
First step to rearrange files in tools folder #60473
First step to rearrange files in tools folder #60473
Conversation
|
da62675
to
c280214
c280214
to
3212f10
fb61044
to
df30da1
Codecov Report
@@ Coverage Diff @@
## master #60473 +/- ##
==========================================
- Coverage 80.60% 75.84% -4.76%
==========================================
Files 1879 2058 +179
Lines 202892 207733 +4841
==========================================
- Hits 163543 157562 -5981
- Misses 39349 50171 +10822 |
@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
3e14728
to
cc62ebb
@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1 similar comment
@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@walterddr merged this pull request in 7e619b9. |
from tools.stats.s3_stat_parser import (newify_case, get_S3_object_from_bucket, get_test_stats_summaries_for_job, | ||
Report, Status, Commit, HAVE_BOTO3, Version2Case, VersionedReport, | ||
Version1Report, Version2Report, ReportMetaMeta) |
from tools.stats.s3_stat_parser import (newify_case, get_S3_object_from_bucket, get_test_stats_summaries_for_job, | |
Report, Status, Commit, HAVE_BOTO3, Version2Case, VersionedReport, | |
Version1Report, Version2Report, ReportMetaMeta) | |
from tools.stats.s3_stat_parser import ( | |
HAVE_BOTO3, | |
Commit, | |
Report, | |
ReportMetaMeta, | |
Status, | |
Version1Report, | |
Version2Case, | |
Version2Report, | |
VersionedReport, | |
get_S3_object_from_bucket, | |
get_test_stats_summaries_for_job, | |
newify_case, | |
) |
from tools.stats.s3_stat_parser import (Report, get_cases, | ||
get_test_stats_summaries) |
from tools.stats.s3_stat_parser import (Report, get_cases, | |
get_test_stats_summaries) | |
from tools.stats.s3_stat_parser import ( | |
Report, | |
get_cases, | |
get_test_stats_summaries, | |
) |
from tools.stats.s3_stat_parser import (Commit, Report, ReportMetaMeta, | ||
Status, Version1Case, | ||
Version1Report, Version2Case, | ||
Version2Report) |
from tools.stats.s3_stat_parser import (Commit, Report, ReportMetaMeta, | |
Status, Version1Case, | |
Version1Report, Version2Case, | |
Version2Report) | |
from tools.stats.s3_stat_parser import ( | |
Commit, | |
Report, | |
ReportMetaMeta, | |
Status, | |
Version1Case, | |
Version1Report, | |
Version2Case, | |
Version2Report, | |
) |
stdin, print names of nonempty files whose contents don't end in exactly one | ||
trailing newline, exit with status 1 if no output printed or 0 if some | ||
filenames were printed. | ||
* [translate_annotations.py](translate_annotations.py) - Read [Flake8][] or | ||
* [linter/translate_annotations.py](linter/translate_annotations.py) - Read [Flake8][] or |
for consistency, the things that are now under linter/
or stats/
should be in sub-bullets (similar to shared/
, fast_nvcc/
, and amd_build/
)
PR #60473 introduced a new folders nesting level, this change updates clang_format_utils.py to accordingly adjust the way it sets up root path. [ghstack-poisoned]
Summary: Pull Request resolved: #60782 PR #60473 introduced a new folders nesting level, this change updates clang_format_utils.py to accordingly adjust the way it sets up root path. Test Plan: Imported from OSS Reviewed By: zhxchen17 Differential Revision: D29403622 Pulled By: ZolotukhinM fbshipit-source-id: 6404271615c2d263834cf538ab0153c4d41cc5c3
…h#60782) Summary: Pull Request resolved: pytorch#60782 PR pytorch#60473 introduced a new folders nesting level, this change updates clang_format_utils.py to accordingly adjust the way it sets up root path. Test Plan: Imported from OSS Reviewed By: zhxchen17 Differential Revision: D29403622 Pulled By: ZolotukhinM fbshipit-source-id: 6404271615c2d263834cf538ab0153c4d41cc5c3
Summary: Pull Request resolved: #60782 PR #60473 introduced a new folders nesting level, this change updates clang_format_utils.py to accordingly adjust the way it sets up root path. Test Plan: Imported from OSS Reviewed By: zhxchen17 Differential Revision: D29403622 Pulled By: ZolotukhinM fbshipit-source-id: 6404271615c2d263834cf538ab0153c4d41cc5c3
Changes including:
linter/
,testing/
,stats/
folders intools/
Next step
build/
folder for build scriptsTest Plan
The text was updated successfully, but these errors were encountered: