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

Add --Zsave-analysis-api #36132

Merged
merged 5 commits into from
Sep 4, 2016
Merged

Add --Zsave-analysis-api #36132

merged 5 commits into from
Sep 4, 2016

Conversation

nrc
Copy link
Member

@nrc nrc commented Aug 30, 2016

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.

@rust-highfive
Copy link
Collaborator

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"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lost the in.

@nrc nrc force-pushed the save-std branch 2 times, most recently from bedbee7 to 377be7a Compare September 1, 2016 02:49
@nrc
Copy link
Member Author

nrc commented Sep 2, 2016

@bors: r=@eddyb (via irc)

@bors
Copy link
Contributor

bors commented Sep 2, 2016

📌 Commit 377be7a has been approved by @eddyb

@bors
Copy link
Contributor

bors commented Sep 2, 2016

⌛ Testing commit 377be7a with merge 5e98614...

@bors
Copy link
Contributor

bors commented Sep 2, 2016

💔 Test failed - auto-win-msvc-64-cargotest

@alexcrichton
Copy link
Member

@bors: retry

On Fri, Sep 2, 2016 at 8:43 AM, bors [email protected] wrote:

💔 Test failed - auto-win-msvc-64-cargotest
https://buildbot.rust-lang.org/builders/auto-win-msvc-64-cargotest/builds/1708


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#36132 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAD95BQfZM_UQoosI8qdFk8Al7iQeRdFks5qmEQ7gaJpZM4JwH6u
.

Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 4, 2016
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.
bors added a commit that referenced this pull request Sep 4, 2016
Rollup of 7 pull requests

- Successful merges: #36070, #36132, #36200, #36212, #36225, #36231, #36234
- Failed merges:
bors added a commit that referenced this pull request Sep 4, 2016
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.
@bors
Copy link
Contributor

bors commented Sep 4, 2016

⌛ Testing commit 377be7a with merge e77d86c...

Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 4, 2016
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.
@bors bors merged commit 377be7a into rust-lang:master Sep 4, 2016
bors added a commit that referenced this pull request Sep 4, 2016
Rollup of 7 pull requests

- Successful merges: #36070, #36132, #36200, #36212, #36225, #36231, #36234
- Failed merges:
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.

6 participants