-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Add --Zsave-analysis-api #36132
Add --Zsave-analysis-api #36132
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -849,9 +849,13 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options, | |||
ls: bool = (false, parse_bool, [UNTRACKED], | |||
"list the symbols defined by a library crate"), | |||
save_analysis: bool = (false, parse_bool, [UNTRACKED], | |||
"write syntax and type analysis (in JSON format) information in addition to normal output"), | |||
"write syntax and type analysis (in JSON format) information, \ | |||
addition to normal output"), |
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.
Lost the in
.
bedbee7
to
377be7a
Compare
The parent id is used for constructing rustdoc URLs by clients
📌 Commit 377be7a has been approved by |
⌛ Testing commit 377be7a with merge 5e98614... |
💔 Test failed - auto-win-msvc-64-cargotest |
@bors: retry On Fri, Sep 2, 2016 at 8:43 AM, bors [email protected] wrote:
|
Add --Zsave-analysis-api This is a save-analysis variation which can be used with libraries distributed without their source (e.g., libstd). It will allow IDEs and other tools to get info about types and create URLs to docs and source, without the unnecessary clutter of internal-only save-analysis info. I'm sure we'll iterate somewhat on the design, but this is a first draft.
Add --Zsave-analysis-api This is a save-analysis variation which can be used with libraries distributed without their source (e.g., libstd). It will allow IDEs and other tools to get info about types and create URLs to docs and source, without the unnecessary clutter of internal-only save-analysis info. I'm sure we'll iterate somewhat on the design, but this is a first draft.
Add --Zsave-analysis-api This is a save-analysis variation which can be used with libraries distributed without their source (e.g., libstd). It will allow IDEs and other tools to get info about types and create URLs to docs and source, without the unnecessary clutter of internal-only save-analysis info. I'm sure we'll iterate somewhat on the design, but this is a first draft.
This is a save-analysis variation which can be used with libraries distributed without their source (e.g., libstd). It will allow IDEs and other tools to get info about types and create URLs to docs and source, without the unnecessary clutter of internal-only save-analysis info. I'm sure we'll iterate somewhat on the design, but this is a first draft.