-
Notifications
You must be signed in to change notification settings - Fork 129
Create //torchx/specs:lib_core #1048
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D73195094 |
Summary: IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Differential Revision: D73195094
81b1add
to
055760c
Compare
This pull request was exported from Phabricator. Differential Revision: D73195094 |
Summary: IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Differential Revision: D73195094
055760c
to
a826a9f
Compare
This pull request was exported from Phabricator. Differential Revision: D73195094 |
Summary: IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Reviewed By: aay-gup Differential Revision: D73195094
a826a9f
to
eddd579
Compare
This pull request was exported from Phabricator. Differential Revision: D73195094 |
Summary: IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Reviewed By: aay-gup Differential Revision: D73195094
eddd579
to
69c39cd
Compare
This pull request was exported from Phabricator. Differential Revision: D73195094 |
Summary: IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Reviewed By: aay-gup Differential Revision: D73195094
69c39cd
to
dd70483
Compare
This pull request was exported from Phabricator. Differential Revision: D73195094 |
Summary: IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Reviewed By: aay-gup Differential Revision: D73195094
dd70483
to
1ccf27f
Compare
This pull request was exported from Phabricator. Differential Revision: D73195094 |
Summary: Pull Request resolved: #1048 IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Reviewed By: aay-gup Differential Revision: D73195094
1ccf27f
to
618af95
Compare
Summary: IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Reviewed By: aay-gup Differential Revision: D73195094
618af95
to
19da508
Compare
Summary: Pull Request resolved: #1048 IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to `//torchx/specs:api` in favor of `//torchx/specs:lib_core` then try adding a manual (`# manual`) dep to `//torchx/specs/fb:api_extended` to fix forward. **Example:** ``` python_library|binary( name = "my-lib-or-bin", srcs = [...], deps = [ "//torchx/specs:lib_core", # <-- added by autodeps codemod "//torchx/specs/fb:api_extended", # manual <-- manually add api_extended ... ] ) ``` Milestone 1.1 of torchx-lite (see [doc](https://fburl.com/gdoc/4wxcoaoa) for details) Creates `//torchx/specs:lib_core` with only the source files of `torchx.specs` module and a minimal set of dependencies for a proper closure of this module. For BC, we keep `//torchx/specs:lib` and `//torchx/specs:api` as is by adding the existing bundled deps as `manual` so that autodeps doesn't remove them on future codemods. Switches over to `//torchx/specs:lib_core` for TorchX internal targets (e.g. within `//torchx/...`). Reviewed By: aay-gup Differential Revision: D73195094
This pull request was exported from Phabricator. Differential Revision: D73195094 |
19da508
to
a75b254
Compare
Summary:
IMPORTANT: If you believe you are broken by this diff due to autodeps/codemod having removed a dep to
//torchx/specs:api
in favor of//torchx/specs:lib_core
then try adding a manual (# manual
) dep to//torchx/specs/fb:api_extended
to fix forward.Example:
Milestone 1.1 of torchx-lite (see doc for details)
Creates
//torchx/specs:lib_core
with only the source files oftorchx.specs
module and a minimal set of dependencies for a proper closure of this module.For BC, we keep
//torchx/specs:lib
and//torchx/specs:api
as is by adding the existing bundled deps asmanual
so that autodeps doesn't remove them on future codemods.Switches over to
//torchx/specs:lib_core
for TorchX internal targets (e.g. within//torchx/...
).Differential Revision: D73195094