Skip to content

[Dependency Scanning] Add a field of source-imported dependencies #80915

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Apr 18, 2025

For the main source module, provide info on which dependencies are directly imported into the user program, explicitly ('import' statement) or implicitly (e.g. stdlib). Thist list does not include Swift overlay dependencies, cross-import dependencies, bridging header dependencies.

@artemcm
Copy link
Contributor Author

artemcm commented Apr 18, 2025

@swift-ci smoke test

@artemcm
Copy link
Contributor Author

artemcm commented Apr 22, 2025

@swift-ci smoke test macOS

@artemcm artemcm force-pushed the AddSourceOnlyImportDeps branch 2 times, most recently from 1240494 to 7b3904c Compare April 29, 2025 22:09
@artemcm
Copy link
Contributor Author

artemcm commented Apr 29, 2025

@swift-ci smoke test

@artemcm artemcm marked this pull request as ready for review April 29, 2025 22:09
@artemcm artemcm requested a review from nkcsgexi April 29, 2025 22:09
@artemcm
Copy link
Contributor Author

artemcm commented Apr 29, 2025

This is intended to be a temporary measure while we wait to be able to land #80738.

@artemcm artemcm force-pushed the AddSourceOnlyImportDeps branch from 7b3904c to c456e36 Compare April 29, 2025 22:21
@artemcm
Copy link
Contributor Author

artemcm commented Apr 29, 2025

@swift-ci smoke test

For the main source module, provide info on which dependencies are directly imported into the user program, explicitly ('import' statement) or implicitly (e.g. stdlib). Thist list does not include Swift overlay dependencies, cross-import dependencies, bridging header dependencies.
@artemcm artemcm force-pushed the AddSourceOnlyImportDeps branch from c456e36 to 7c5d8b2 Compare April 30, 2025 17:15
@artemcm
Copy link
Contributor Author

artemcm commented Apr 30, 2025

@swift-ci smoke test

@artemcm artemcm merged commit 1dae563 into swiftlang:main Apr 30, 2025
3 checks passed
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