Skip to content
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

[module-loaders] Split loader file into multiple different files #26533

Merged

Conversation

dpeng817
Copy link
Contributor

@dpeng817 dpeng817 commented Dec 17, 2024

Summary & Motivation

The load_assets_from_x file was getting quite large, split it up into different files for easier reuse across the module.

Copy link
Contributor Author

dpeng817 commented Dec 17, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 747dd4c to d794181 Compare December 18, 2024 02:52
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 5e70be8 to 37ba786 Compare December 18, 2024 02:52
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from d794181 to 0f54413 Compare December 18, 2024 03:35
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 37ba786 to c2b5a86 Compare December 18, 2024 03:35
@dpeng817 dpeng817 marked this pull request as ready for review December 18, 2024 15:22
@dpeng817 dpeng817 changed the title Split loader file into multiple different files [module-loaders] Split loader file into multiple different files Dec 18, 2024
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 0f54413 to 06866ca Compare December 18, 2024 18:02
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from c2b5a86 to 859fe49 Compare December 18, 2024 18:02
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 06866ca to b5ffe39 Compare December 18, 2024 20:24
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 859fe49 to ea424e1 Compare December 18, 2024 20:24
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from b5ffe39 to 43a69bb Compare December 18, 2024 20:50
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from ea424e1 to fe234d6 Compare December 18, 2024 20:50
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 43a69bb to b1163c0 Compare December 18, 2024 20:55
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from fe234d6 to a6edd3c Compare December 18, 2024 20:55
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from b1163c0 to fbc3842 Compare December 18, 2024 21:27
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from a6edd3c to c63c327 Compare December 18, 2024 21:27
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from fbc3842 to 35a9591 Compare December 19, 2024 00:27
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from c63c327 to 96a7aab Compare December 19, 2024 00:27
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 35a9591 to 3306b93 Compare December 19, 2024 01:18
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 96a7aab to 9e56100 Compare December 19, 2024 01:19
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 3306b93 to 6906f5c Compare December 19, 2024 02:05
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 9e56100 to 143aa7b Compare December 19, 2024 02:05
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 6906f5c to 10d53b0 Compare December 19, 2024 14:18
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 143aa7b to 67ee4a3 Compare December 19, 2024 14:19
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 10d53b0 to 4f5d461 Compare December 19, 2024 14:24
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 67ee4a3 to 370277b Compare December 19, 2024 14:24
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 4f5d461 to 5040516 Compare December 19, 2024 15:54
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 370277b to 349e3bd Compare December 19, 2024 15:54
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from 5040516 to c3575b9 Compare December 19, 2024 16:36
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from 349e3bd to a10d824 Compare December 19, 2024 16:36
@dpeng817 dpeng817 force-pushed the dpeng817/file_and_test_refactor branch from c3575b9 to cf18a2a Compare December 19, 2024 16:40
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from a10d824 to b5065bf Compare December 19, 2024 16:40
Base automatically changed from dpeng817/file_and_test_refactor to dpeng817/delete_extra_source_assets December 19, 2024 16:41
@dpeng817 dpeng817 force-pushed the dpeng817/split_load_file branch from b5065bf to 41ec0ab Compare December 19, 2024 16:41
@dpeng817 dpeng817 merged commit b89060d into dpeng817/delete_extra_source_assets Dec 19, 2024
1 check failed
@dpeng817 dpeng817 deleted the dpeng817/split_load_file branch December 19, 2024 16:52
dpeng817 added a commit that referenced this pull request Dec 19, 2024
)

## Summary & Motivation
The load_assets_from_x file was getting quite large, split it up into
different files for easier reuse across the module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants