-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Add new flag to enable dependency scanning without importing in the frontend #85394
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
base: main
Are you sure you want to change the base?
Conversation
|
@swift-ci please smoke test |
| HelpText<"Remap paths when replaying outputs from cache">, MetaVarName<"<prefix> <replacement>">; | ||
|
|
||
| def register_module_dependency : Separate<["-"], "register-module-dependency">, | ||
| HelpText<"Register module for dependency scan without importing in the frontend">; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also add NewDriverOnlyOption flag.
| Flags<[FrontendOption, NoDriverOption, CacheInvariant]>, | ||
| HelpText<"Remap paths when replaying outputs from cache">, MetaVarName<"<prefix> <replacement>">; | ||
|
|
||
| def register_module_dependency : Separate<["-"], "register-module-dependency">, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add Flags<[NewDriverOnlyOption]>, to this new flag?
b83d33f to
b23044c
Compare
|
@swift-ci please smoke test |
|
@swift-ci please smoke test |
|
@swift-ci please smoke test |
No description provided.