Skip to content

Remove noautodeps from files inc executorch/sdk/bundled_program/schema/test/TARGETS#1302

Closed
r-barnes wants to merge 1 commit intopytorch:mainfrom
r-barnes:export-D51492409
Closed

Remove noautodeps from files inc executorch/sdk/bundled_program/schema/test/TARGETS#1302
r-barnes wants to merge 1 commit intopytorch:mainfrom
r-barnes:export-D51492409

Conversation

@r-barnes
Copy link
Contributor

Summary:
autodeps automatically adds and removes dependencies from targets. Removing dependencies reduces build times, build sizes, and error surfaces. Adding dependencies gives your code the things it needs to work.

This diff removes noautodeps from one or more TARGETS files, opting them into autodeps.

This changes should be low risk because:

  • We have verified that autodeps runs correctly on the modified files
  • The TARGETS files in this diff contain only additions and no removals of dependencies. Additions rarely break code.
  • We have verified that the additions do not create circular dependencies, which are the most common problem when dependencies are added.
  • If you approve of this diff, please use the "Accept & Ship" button :-)

Reviewed By: meyering

Differential Revision: D51492409

@pytorch-bot
Copy link

pytorch-bot bot commented Nov 28, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/1302

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (1 Unrelated Failure)

As of commit a81a185 with merge base 554cd27 (image):

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 28, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51492409

…a/test/TARGETS (pytorch#1302)

Summary:

autodeps automatically adds and removes dependencies from targets. Removing dependencies reduces build times, build sizes, and error surfaces. Adding dependencies gives your code the things it needs to work.

This diff removes **noautodeps** from one or more TARGETS files, opting them into autodeps.

This changes **should be low risk** because:
* We have verified that `autodeps` runs correctly on the modified files
* The TARGETS files in this diff contain _only additions_ and no removals of dependencies. Additions rarely break code.
* We have verified that the additions do not create circular dependencies, which are the most common problem when dependencies are added.

 - If you approve of this diff, please use the "Accept & Ship" button :-)

Reviewed By: meyering

Differential Revision: D51492409
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51492409

@cccclai
Copy link
Contributor

cccclai commented May 15, 2025

Closing stale PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants