-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(project-model): provide flag for no deps #19519
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
4a369d2
to
f48835e
Compare
A Cargo project can now be built without any dependency metadata being fetched. Signed-off-by: Prajwal S N <[email protected]>
f48835e
to
865681d
Compare
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.
have a naming nit about the configuration option.
Welp |
@davidbarsky I had the same quandary, but I decided to go with |
A manual Regardless, I can flip naming in a followup PR. |
You might call it |
Lukas points out that this mirrors Cargo, so I won't bother changing it. |
A Cargo project can now be built without any dependency metadata being fetched. This classifies as a breaking change for the
ra_ap_project_model
public API, since we introduce a new field into the config struct, and a new configuration option for the analyzer.Fixes #19518